Skip to content

Commit

Permalink
Fix doc string for _DynamicResizableListBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
timthelion committed Oct 6, 2021
1 parent 6e7fffd commit edb4dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp/lib/capnp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ cdef class _DynamicResizableListBuilder:
phone = phones.add()
phone.number = 'bar'
people.finish()
phones.finish()
f = open('example', 'w')
person.write(f)
Expand Down

0 comments on commit edb4dc6

Please sign in to comment.