Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
konomae committed May 22, 2014
1 parent c664aa6 commit e2fbd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Example

vault = lastpass.Vault.open_remote(username, password)
for i in vault.accounts:
print i.id, i.username, i.password, i.url
print(i.id, i.username, i.password, i.url)


License
Expand Down

0 comments on commit e2fbd0a

Please sign in to comment.