8000 Fixed silly docstring mistake · DhritiShikhar/github3.py@23c3192 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23c3192

Browse files
Fixed silly docstring mistake
This is what I get for trying to code at 6:00AM
1 parent e59bb56 commit 23c3192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github3/repos/branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def latest_sha(self, differs_from=''):
4343
4444
See: https://git.io/vaqIw
4545
46-
:param differs_from string: (optional), sha to compare against
46+
:param str differs_from: (optional), sha to compare against
4747
:returns: string of the SHA or None
4848
"""
4949
# If-None-Match returns 200 instead of 304 value does not have quotes

0 commit comments

Comments
 (0)
0