Fix doc string for _DynamicResizableListBuilder

This commit is contained in:
Timothy Hobbs
2021-10-06 10:11:43 +02:00
committed by GitHub
parent 6e7fffd7de
commit edb4dc647d

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)