8000 Add to the documentation · alexcouper/github3.py@9a7956e · GitHub
[go: up one dir, main page]

Skip to content < 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_document-metadata_document-metadata_ts-ui_packages_hydro-analytics_hydro-analytic-f29230-07417997172c.js" defer="defer">

Commit 9a7956e

Browse files
committed
Add to the documentation
1 parent 9346bde commit 9a7956e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github3/repos/repo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ def create_file(self, path, message, content, branch=None,
396396
:param dict author: (optional), if omitted this will be filled in with
397397
committer information. If passed, you must specify both a name and
398398
email.
399+
:returns: ``{
400+
'content': :class:`Contents <github3.repos.contents.Content>`:,
401+
'commit': :class:`Commit <github3.git.Commit>`}``
399402
400403
"""
401404
json = None

0 commit comments

Comments
 (0)
0