From 5e69ff00a3be0a76b13356c6ff42af79ff469ef3 Mon Sep 17 00:00:00 2001 From: Juri Di Rocco Date: Wed, 17 Oct 2018 11:00:42 +0200 Subject: [PATCH] Update Repository.rst (#935) stargazers count attribute is misspelled --- doc/examples/Repository.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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