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

Commit67370d8

Browse files
JohnVillalovosnejch
authored andcommitted
chore(ci): make pre-commit check happy
pre-commit incorrectly wants double back-quotes inside the codesection. Rather than fight it, just use single quotes.
1 parent18f6be5 commit67370d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/api-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ then ``save`` the object (using ``sudo``):
428428
group= gl.groups.get('example-group')
429429
notification_setting= group.notificationsettings.get(sudo='user1')
430430
notification_setting.level= gitlab.const.NOTIFICATION_LEVEL_GLOBAL
431-
# Must use`sudo` again when doing the save.
431+
# Must use'sudo' again when doing the save.
432432
notification_setting.save(sudo='user1')
433433
434434

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp