summaryrefslogtreecommitdiff
path: root/docs/gl_objects/snippets.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects/snippets.py')
-rw-r--r--docs/gl_objects/snippets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/snippets.py b/docs/gl_objects/snippets.py
index 091aef6..f32a11e 100644
--- a/docs/gl_objects/snippets.py
+++ b/docs/gl_objects/snippets.py
@@ -4,7 +4,7 @@ snippets = gl.snippets.list()
# public list
public_snippets = gl.snippets.public()
-# nd public list
+# end public list
# get
snippet = gl.snippets.get(snippet_id)