commit | b0e5ba697eb281b4ea9e53e1dc9f5ebeccf28f9a | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <jtattermusch@google.com> | Mon Jul 20 15:24:08 2015 -0700 |
committer | Jan Tattermusch <jtattermusch@google.com> | Mon Jul 20 15:24:08 2015 -0700 |
tree | 264a596dcc4d8fe77613720934f111257a349981 | |
parent | 359d32d4f711b7f8f774a1ceaa3ad55aa13167cf [diff] [blame] |
rename persons to people
diff --git a/examples/list_people.py b/examples/list_people.py index e065849..755de90 100755 --- a/examples/list_people.py +++ b/examples/list_people.py
@@ -7,7 +7,7 @@ # Iterates though all people in the AddressBook and prints info about them. def ListPeople(address_book): - for person in address_book.persons: + for person in address_book.people: print "Person ID:", person.id print " Name:", person.name if person.email != "":