mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Fix broken Github reference link in class docstrings
This commit is contained in:
@@ -29,7 +29,7 @@ import github.NamedUser
|
||||
|
||||
class StatsPunchCard(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents the punch card. The reference can be found here http://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day
|
||||
This class represents StatsPunchCards. The reference can be found here http://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day
|
||||
"""
|
||||
|
||||
def get(self, day, hour):
|
||||
|
||||
Reference in New Issue
Block a user