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 f32a11e..8edacfd 100644
--- a/docs/gl_objects/snippets.py
+++ b/docs/gl_objects/snippets.py
@@ -9,7 +9,7 @@ public_snippets = gl.snippets.public()
# get
snippet = gl.snippets.get(snippet_id)
# get the content
-content = snippet.raw()
+content = snippet.content()
# end get
# create