8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de19296 + 7feb97e commit 29d102fCopy full SHA for 29d102f
docs/gl_objects/snippets.rst
@@ -47,7 +47,7 @@ Update the snippet attributes::
47
snippet.visibility_level = gitlab.Project.VISIBILITY_PUBLIC
48
snippet.save()
49
50
-To update a snippet code you need to create a ``ProjectSnippet`` object:
+To update a snippet code you need to create a ``ProjectSnippet`` object::
51
52
snippet = gl.snippets.get(snippet_id)
53
project = gl.projects.get(snippet.projec_id, lazy=True)
0 commit comments