Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
fix another bonehead typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Feb 10, 2011
1 parent 114be18 commit 0932bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -21,7 +21,7 @@ check your Python version before using this.
foo_list = mm.get_list('foo')
new_list = mm.create_list(:name => 'newlist', :admin_email => 'me@here.com', :admin_password => 'secret')
new_list.add_member('bar@baz.com')
new_list.members (returns ['foo@baz.com'])
new_list.members -> ['bar@baz.com']

== Hacking

Expand Down

0 comments on commit 0932bbd

Please sign in to comment.