Skip to content

Commit b96e229

Browse files
authored
Fix plugin-list label in the docs (#8505)
Last time I "fixed" this I left a `\` at the start of the string to avoid an initial newline, but didn't realize it was a raw string. This should fix it now for good.
1 parent ca4a7a0 commit b96e229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/en/reference/plugin_list.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\
1+
22
.. _plugin-list:
33

44
Plugin List

scripts/update-plugin-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import requests
77
import tabulate
88

9-
FILE_HEAD = r"""\
9+
FILE_HEAD = r"""
1010
.. _plugin-list:
1111
1212
Plugin List

0 commit comments

Comments
 (0)