Skip to content

Commit 22b90f8

Browse files
committed
Fix broken Sphinx references in Doc/c-api/
1 parent 9d610be commit 22b90f8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ PyConfig
19841984
19851985
The :mod:`warnings` module adds :data:`sys.warnoptions` in the reverse
19861986
order: the last :c:member:`PyConfig.warnoptions` item becomes the first
1987-
item of :attr:`warnings.filters` which is checked first (highest priority).
1987+
item of ``warnings.filters`` which is checked first (highest priority).
19881988
19891989
The :option:`-W` command line options adds its value to
19901990
:c:member:`~PyConfig.warnoptions`, it can be used multiple times.

Doc/tools/.nitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# as tested on the CI via check-warnings.py in reusable-docs.yml.
33
# Keep lines sorted lexicographically to help avoid merge conflicts.
44

5-
Doc/c-api/init_config.rst
6-
Doc/c-api/stable.rst
75
Doc/library/ast.rst
86
Doc/library/asyncio-extending.rst
97
Doc/library/email.charset.rst

0 commit comments

Comments
 (0)