summaryrefslogtreecommitdiff
path: root/docs/gl_objects/commits.py
diff options
context:
space:
mode:
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)