From edb4dc647d9a636b9d17c5dc8d06f6eba6bd997f Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Wed, 6 Oct 2021 10:11:43 +0200 Subject: [PATCH] Fix doc string for _DynamicResizableListBuilder --- 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 1f60975..dd0f9b8 100644 --- a/capnp/lib/capnp.pyx +++ b/capnp/lib/capnp.pyx @@ -475,7 +475,7 @@ cdef class _DynamicResizableListBuilder: phone = phones.add() phone.number = 'bar' - people.finish() + phones.finish() f = open('example', 'w') person.write(f)