Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7feb97e

Browse files
committed
docs(snippets): fix project-snippets layout
Fixespython-gitlab#828
1 parentde19296 commit7feb97e

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)

[8]ページ先頭

©2009-2025 Movatter.jp