File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
75Doc/library/ast.rst
86Doc/library/asyncio-extending.rst
97Doc/library/email.charset.rst
You can’t perform that action at this time.
0 commit comments