Skip to content

Commit 7feb97e

Browse files
committed
docs(snippets): fix project-snippets layout
Fixes #828
1 parent de19296 commit 7feb97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/snippets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Update the snippet attributes::
4747
snippet.visibility_level = gitlab.Project.VISIBILITY_PUBLIC
4848
snippet.save()
4949

50-
To update a snippet code you need to create a ``ProjectSnippet`` object:
50+
To update a snippet code you need to create a ``ProjectSnippet`` object::
5151

5252
snippet = gl.snippets.get(snippet_id)
5353
project = gl.projects.get(snippet.projec_id, lazy=True)

0 commit comments

Comments
 (0)