diff --git a/doc/examples/Repository.rst b/doc/examples/Repository.rst index 8a055b59..b8649a19 100644 --- a/doc/examples/Repository.rst +++ b/doc/examples/Repository.rst @@ -16,7 +16,7 @@ Get count of stars .. code-block:: python >>> repo = g.get_repo("PyGithub/PyGithub") - >>> repo.stargrazers_count + >>> repo.stargazers_count 2086 Get list of open issues