mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Updated documentation
This commit is contained in:
@@ -582,7 +582,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
|
||||
@property
|
||||
def subscribers_count(self):
|
||||
"""
|
||||
:type: string
|
||||
:type: integer
|
||||
"""
|
||||
self._completeIfNotSet(self._subscribers_count)
|
||||
return self._subscribers_count.value
|
||||
|
||||
Reference in New Issue
Block a user