Update README.md

This commit is contained in:
jparyani
2013-07-06 23:58:28 -07:00
parent 8705165ae2
commit 5f1ecfa552

View File

@@ -52,7 +52,7 @@ def writeAddressBook(fd):
bobPhones[0].type = 'home'
bobPhones[1].number = "555-7654"
bobPhones[1].type = addressbook.Person.PhoneNumber.Type.WORK
bob.employment.unemployed = None # This is definitely bad, syntax will change at some point
bob.employment.unemployed = None
capnp.writePackedMessageToFd(fd, message)