File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Requiring error codes
113113---------------------
114114
115115It'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
You can’t perform that action at this time.
0 commit comments