mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Fix flake8-docstrings D401 First line should be in imperative mood
This commit is contained in:
parent
6f6c9bcc9d
commit
10b2eab3c5
5 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ class GitHub(object):
|
|||
|
||||
def commits(self):
|
||||
"""
|
||||
Uses the API to get a list of the 100 most recent commits from the specified user/repo/branch, starting from HEAD.
|
||||
Get the 100 most recent commits from the specified user/repo/branch, starting from HEAD.
|
||||
|
||||
user: The github username of the person whose repo you're querying
|
||||
repo: The repo name to query
|
||||
|
@ -35,7 +35,7 @@ class GitHub(object):
|
|||
|
||||
def compare(self, base, head, per_page=1):
|
||||
"""
|
||||
Uses the API to get a list of compares between base and head.
|
||||
Get compares between base and head.
|
||||
|
||||
user: The github username of the person whose repo you're querying
|
||||
repo: The repo name to query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue