Skip to content

Commit 2eb503e

Browse files
authored
Doc: Found some remaining default roles. (GH-98392)
1 parent 6ccca69 commit 2eb503e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ is not possible due to its implementation being opaque at build time.
19331933
19341934
.. note::
19351935
A freed key becomes a dangling pointer. You should reset the key to
1936-
`NULL`.
1936+
``NULL``.
19371937
19381938
19391939
Methods

Doc/library/asyncio-api-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ await on multiple things with timeouts.
5757
- Monitor for completion.
5858

5959
* - :func:`timeout`
60-
- Run with a timeout. Useful in cases when `wait_for` is not suitable.
60+
- Run with a timeout. Useful in cases when ``wait_for`` is not suitable.
6161

6262
* - :func:`to_thread`
6363
- Asynchronously run a function in a separate OS thread.

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Pure paths provide the following methods and properties:
391391

392392
If you want to walk an arbitrary filesystem path upwards, it is
393393
recommended to first call :meth:`Path.resolve` so as to resolve
394-
symlinks and eliminate `".."` components.
394+
symlinks and eliminate ``".."`` components.
395395

396396

397397
.. data:: PurePath.name

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ Instances of the :class:`Popen` class have the following methods:
829829

830830
On Windows, SIGTERM is an alias for :meth:`terminate`. CTRL_C_EVENT and
831831
CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
832-
parameter which includes `CREATE_NEW_PROCESS_GROUP`.
832+
parameter which includes ``CREATE_NEW_PROCESS_GROUP``.
833833

834834

835835
.. method:: Popen.terminate()

0 commit comments

Comments
 (0)