Fixed typo in example

This commit is contained in:
Jason Paryani
2013-07-07 00:13:48 -07:00
parent 16fcc393c2
commit 6c84e7c74f
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ def printAddressBook(fd):
elif which == addressbook.Person.Employment.Which.SCHOOL:
print 'student at:', person.employment.school
elif which == addressbook.Person.Employment.Which.SELF_EMPLOYED:
print 'unemployed'
print 'self employed'
print
f = open('example', 'r')