From ce400bc7700c4974a5fe018ba993d0036ecad616 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 18 May 2020 09:04:40 +0100 Subject: [PATCH] Fixed formatting of docstrings for `Repository.create_git_tag_and_release()` and `StatsPunchCard`. (#1520) --- github/Repository.py | 1 + github/StatsPunchCard.py | 1 + 2 files changed, 2 insertions(+) diff --git a/github/Repository.py b/github/Repository.py index d518eab5..061139bf 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -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 diff --git a/github/StatsPunchCard.py b/github/StatsPunchCard.py index e602345a..4ad51dee 100755 --- a/github/StatsPunchCard.py +++ b/github/StatsPunchCard.py @@ -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