From dc14b097e6fcb46e9928fa179e5dc69860bced3d Mon Sep 17 00:00:00 2001 From: Rodrigo Benenson Date: Fri, 21 Nov 2014 23:59:47 +0100 Subject: [PATCH] Fixed typo in the documentation --- capnp/lib/capnp.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp/lib/capnp.pyx b/capnp/lib/capnp.pyx index 8c5ae0a..6b31157 100644 --- a/capnp/lib/capnp.pyx +++ b/capnp/lib/capnp.pyx @@ -916,7 +916,7 @@ cdef class _DynamicStructReader: return _to_dict(self, verbose) cpdef as_builder(self, num_first_segment_words=None): - """A method for casting this Builder to a Reader + """A method for casting this Reader to a Builder This is a copying operation with respect to the message's buffer. Changes in the new builder will not reflect in the original reader.