summaryrefslogtreecommitdiff
path: root/docs/gl_objects/commits.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-05-25 07:19:06 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-05-25 07:19:06 +0200
commit746846cda9bc18b561a6335bd4951947a74b5bf6 (patch)
treedb6bfd015d9f8942db375bd76ba237cfc890f795 /docs/gl_objects/commits.py
parent3ff7d9b70e8bf464706ab1440c87db5aba9c418f (diff)
downloadgitlab-746846cda9bc18b561a6335bd4951947a74b5bf6.tar.gz
Fix broken docs examples
Diffstat (limited to 'docs/gl_objects/commits.py')
-rw-r--r--docs/gl_objects/commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/commits.py b/docs/gl_objects/commits.py
index 0d47edb..befebd5 100644
--- a/docs/gl_objects/commits.py
+++ b/docs/gl_objects/commits.py
@@ -27,7 +27,7 @@ data = {
commit = gl.project_commits.create(data, project_id=1)
# or
commit = project.commits.create(data)
-# end commit
+# end create
# get
commit = gl.project_commits.get('e3d5a71b', project_id=1)