Fixed formatting of docstrings for Repository.create_git_tag_and_release() and StatsPunchCard. (#1520)

This commit is contained in:
Dominic Davis-Foster
2020-05-18 18:04:40 +10:00
committed by GitHub
parent 53d58d2b07
commit ce400bc770
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -981,6 +981,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
"""
Convenience function that calls :meth:`Repository.create_git_tag` and
:meth:`Repository.create_git_release`.
:param tag: string
:param tag_message: string
:param release_name: string
+1
View File
@@ -38,6 +38,7 @@ class StatsPunchCard(github.GithubObject.NonCompletableGithubObject):
def get(self, day, hour):
"""
Get a specific element
:param day: int
:param hour: int
:rtype: int