Fix README instructions

This commit is contained in:
James Broadhead
2016-12-19 15:26:35 +00:00
parent 77fc4e0f9c
commit 5b0224e868
-1
View File
@@ -22,7 +22,6 @@ g = Github("user", "password")
# Then play with your Github objects:
for repo in g.get_user().get_repos():
print repo.name
repo.edit(has_wiki=False)
```
## Development