Skip to content

Commit 0b98dd3

Browse files
authoredAug 28, 2023
docs: correct error with back-ticks (python-gitlab#2653)
New linting package update detected the issue.
1 parent e4a1f6e commit 0b98dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/gl_objects/runners.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Register a new runner::
7777
workflow comes with a new API endpoint to create runners, which does not use
7878
registration tokens.
7979

80-
The new endpoint can be called using ``gl.user.runners.create() after authenticating with `gl.auth()```.
80+
The new endpoint can be called using ``gl.user.runners.create()`` after
81+
authenticating with ``gl.auth()``.
8182

8283
Update a runner::
8384

0 commit comments

Comments
 (0)
Please sign in to comment.