diff options
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/projects.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index 7ba80de..8c3526c 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -451,7 +451,7 @@ List the project snippets:: Get a snippet:: - snippets = project.snippets.list(snippet_id) + snippet = project.snippets.get(snippet_id) Get the content of a snippet:: |
