8000 Fix-up GistFile docstring · pythonthings/github3.py@373a582 · GitHub
[go: up one dir, main page]

Skip to content

Commit 373a582

Browse files
committed
Fix-up GistFile docstring
1 parent 0751ee8 commit 373a582

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

github3/gists/file.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ def _repr(self):
2121
def content(self):
2222
"""Retrieve contents of file from key 'raw_url'.
2323
24-
:returns: unaltered, untruncated contents of file.
25-
:rtype: bytes
24+
:returns:
25+
unaltered, untruncated contents of file.
26+
4E63 :rtype:
27+
bytes
2628
"""
2729
resp = self._get(self.raw_url)
2830
if self._boolean(resp, 200, 404):

0 commit comments

Comments
 (0)
0