Skip to content

Commit 505c749

Browse files
committed
Change method for getting content of snippet
1 parent f3533cd commit 505c749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/snippets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# get
1010
snippet = gl.snippets.get(snippet_id)
1111
# get the content
12-
content = snippet.raw()
12+
content = snippet.content()
1313
# end get
1414

1515
# create

0 commit comments

Comments
 (0)