Skip to content

Commit b9fd630

Browse files
committed
Updated README example to show that attendees come with past events
1 parent 2cf13e7 commit b9fd630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example Usage
2929
u'Monthly Meetup: Google App Engine'
3030
>>> last_meetup.time
3131
datetime.datetime(2011, 7, 9, 14, 0, tzinfo=tzoffset(None, -18000))
32-
>>> an_attendee = meetups.get_event_attendees(last_meetup.id)[0]
32+
>>> an_attendee = last_meetup.attendees[0]
3333
>>> an_attendee.name
3434
u'Steven Cummings'
3535
>>> an_attendee.photo.thumb_url

0 commit comments

Comments
 (0)