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.
This commit is contained in:
Bruno Oliveira 2021-04-01 10:12:46 -03:00 committed by GitHub
parent ca4a7a085e
commit b96e229c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
\
.. _plugin-list: .. _plugin-list:
Plugin List Plugin List

View File

@ -6,7 +6,7 @@ import packaging.version
import requests import requests
import tabulate import tabulate
FILE_HEAD = r"""\ FILE_HEAD = r"""
.. _plugin-list: .. _plugin-list:
Plugin List Plugin List