mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Fix broken Github reference link in class docstrings
This commit is contained in:
@@ -27,7 +27,7 @@ import github.GithubObject
|
||||
|
||||
class StatsCodeFrequency(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents statistics of code frequency. The reference can be found here http://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week
|
||||
This class represents statistics of StatsCodeFrequencies. The reference can be found here http://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user