10000 chore(ci): make pre-commit check happy · python-gitlab/python-gitlab@67370d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67370d8

Browse files
JohnVillalovosnejch
authored andcommitted
chore(ci): make pre-commit check happy
pre-commit incorrectly wants double back-quotes inside the code section. Rather than fight it, just use single quotes.
1 parent 18f6be5 commit 67370d8

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)
0