Skip to content

Commit c7a5718

Browse files
authored
Final
1 parent 45626ae commit c7a5718

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ potentially problematic or redundant in some way.
562562

563563
.. option:: --deprecated-calls-exclude
564564

565-
This flag allows one to selectively disable :ref:`deprecated<code-deprecated>` warnings
565+
This flag allows one to selectively disable :ref:`deprecated <code-deprecated>` warnings
566566
for functions and methods defined in specific packages, modules, or classes.
567567
Note that each exclude entry acts as a prefix. For example (assuming ``foo.A.func`` is deprecated):
568568

docs/source/config_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ section of the command line docs.
679679
:type: comma-separated list of strings
680680

681681
Selectively excludes functions and methods defined in specific packages,
682-
modules, and classes from the :ref:`deprecated<code-deprecated>` error code.
682+
modules, and classes from the :ref:`deprecated <code-deprecated>` error code.
683683
This also applies to all submodules of packages (i.e. everything inside
684684
a given prefix). Note, this option does not support per-file configuration,
685685
the exclusions list is defined globally for all your code.

docs/source/error_codes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Requiring error codes
113113
---------------------
114114

115115
It's possible to require error codes be specified in ``type: ignore`` comments.
116-
See :ref:`ignore-without-code<code-ignore-without-code>` for more information.
116+
See :ref:`ignore-without-code <code-ignore-without-code>` for more information.
117117

118118
.. _error-code-list:
119119

0 commit comments

Comments
 (0)