We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3533cd commit 505c749Copy full SHA for 505c749
docs/gl_objects/snippets.py
@@ -9,7 +9,7 @@
9
# get
10
snippet = gl.snippets.get(snippet_id)
11
# get the content
12
-content = snippet.raw()
+content = snippet.content()
13
# end get
14
15
# create
0 commit comments