Merge pull request #274 from timthelion/patch-1

Fix doc string for _DynamicResizableListBuilder
This commit is contained in:
Jacob Alexander
2021-10-06 11:17:13 -07:00
committed by GitHub

View File

@@ -475,7 +475,7 @@ cdef class _DynamicResizableListBuilder:
phone = phones.add() phone = phones.add()
phone.number = 'bar' phone.number = 'bar'
people.finish() phones.finish()
f = open('example', 'w') f = open('example', 'w')
person.write(f) person.write(f)