diff --git a/README.md b/README.md index 779a4713..67b4fac8 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ g = Github("access_token") # Then play with your Github objects: for repo in g.get_user().get_repos(): - print repo.name + print(repo.name) ``` ## Documentation