File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `.
Original file line number Diff line number Diff 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 '__'.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments