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.
1 parent de19296 commit 7feb97eCopy full SHA for 7feb97e
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