We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 892f5ab + 977647d commit e586949Copy full SHA for e586949
AUTHORS.rst
@@ -178,3 +178,5 @@ Contributors
178
- James E. Blair (@jeblair)
179
180
- Simon Westphahl (@westphahl)
181
+
182
+- Steven Nyman (@stevennyman)
docs/source/examples/github.rst
@@ -126,7 +126,7 @@ Create a commit to change an existing file
126
127
::
128
129
- repo.contents('/README.md').update('commit message', 'file content'.encode('utf-8'))
+ repo.file_contents('/README.md').update('commit message', 'file content'.encode('utf-8'))
130
131
Follow another user on GitHub
132
-----------------------------
0 commit comments