Fix doc string for _DynamicResizableListBuilder
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user