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 18f6be5 commit 67370d8Copy full SHA for 67370d8
docs/api-usage.rst
@@ -428,7 +428,7 @@ then ``save`` the object (using ``sudo``):
428
group = gl.groups.get('example-group')
429
notification_setting = group.notificationsettings.get(sudo='user1')
430
notification_setting.level = gitlab.const.NOTIFICATION_LEVEL_GLOBAL
431
- # Must use `sudo` again when doing the save.
+ # Must use 'sudo' again when doing the save.
432
notification_setting.save(sudo='user1')
433
434
0 commit comments