@@ -482,7 +482,7 @@ The :mod:`test.support` module defines the following functions:
482
482
``True `` if called by a function whose ``__name__ `` is ``'__main__' ``.
483
483
Used when tests are executed by :mod: `test.regrtest `.
484
484
485
- If called at the top level, sets label "requires _ \ *resource *" on the module.
485
+ If called at the top level, sets label "requires \_ \ *resource *" on the module.
486
486
487
487
488
488
.. function :: sortdict(dict)
@@ -818,7 +818,7 @@ The :mod:`test.support` module defines the following functions:
818
818
.. decorator :: requires_resource(resource)
819
819
820
820
Decorator for skipping tests if *resource * is not available.
821
- Adds label "requires _ \ *resource *".
821
+ Adds label "requires \_ \ *resource *".
822
822
823
823
824
824
.. decorator :: requires_docstrings
@@ -842,9 +842,9 @@ The :mod:`test.support` module defines the following functions:
842
842
843
843
Decorator for invoking :func: `check_impl_detail ` on *guards *. If that
844
844
returns ``False ``, then uses *msg * as the reason for skipping the test.
845
- For every keyword argument *implname * adds a label
846
- "impl_detail _ \ * implname *" if its value is true or
847
- "impl_detail_no _ \ * implname *" otherwise.
845
+ For every keyword argument *name * adds a label
846
+ "impl_detail \_\ * name *" if its value is true or
847
+ "impl_detail_no \_\ * name *" otherwise.
848
848
849
849
.. decorator :: no_tracing
850
850
@@ -1661,7 +1661,7 @@ The :mod:`test.support.import_helper` module provides support for import tests.
1661
1661
optional for others, set *required_on * to an iterable of platform prefixes
1662
1662
which will be compared against :data: `sys.platform `.
1663
1663
1664
- If called at the top level, sets label "requires _ \ *name *" on the module.
1664
+ If called at the top level, sets label "requires \_ \ *name *" on the module.
1665
1665
1666
1666
.. versionadded :: 3.1
1667
1667
0 commit comments