Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d3aedc

Browse files
committed
Fix usage of the default role.
1 parent 4ffc3d4 commit 3d3aedc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ always available.
11001100
pass
11011101

11021102
# The following line will fail with a RuntimeError, because
1103-
# `wrapper` creates a `wrap(coro)` coroutine:
1103+
# ``wrapper`` creates a ``wrap(coro)`` coroutine:
11041104
foo()
11051105

11061106
See also :func:`get_coroutine_wrapper`.

Doc/library/test.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,9 @@ The :mod:`test.support` module defines the following functions:
570570

571571
.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):
572572

573-
Returns the set of attributes, functions or methods of `ref_api` not
574-
found on `other_api`, except for a defined list of items to be
575-
ignored in this check specified in `ignore`.
573+
Returns the set of attributes, functions or methods of *ref_api* not
574+
found on *other_api*, except for a defined list of items to be
575+
ignored in this check specified in *ignore*.
576576

577577
By default this skips private attributes beginning with '_' but
578578
includes all magic methods, i.e. those starting and ending in '__'.

Doc/whatsnew/3.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ Changes in the Python API
10861086
* The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux
10871087
3.6 and greater.
10881088

1089-
* The `pygettext.py` Tool now uses the standard +NNNN format for timezones in
1089+
* The ``pygettext.py`` Tool now uses the standard +NNNN format for timezones in
10901090
the POT-Creation-Date header.
10911091

10921092
* The :mod:`smtplib` module now uses :data:`sys.stderr` instead of previous

0 commit comments

Comments
 (0)