File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1933,7 +1933,7 @@ is not possible due to its implementation being opaque at build time.
1933
1933
1934
1934
.. note ::
1935
1935
A freed key becomes a dangling pointer. You should reset the key to
1936
- `NULL `.
1936
+ `` NULL ` `.
1937
1937
1938
1938
1939
1939
Methods
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ await on multiple things with timeouts.
57
57
- Monitor for completion.
58
58
59
59
* - :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.
61
61
62
62
* - :func: `to_thread `
63
63
- Asynchronously run a function in a separate OS thread.
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ Pure paths provide the following methods and properties:
391
391
392
392
If you want to walk an arbitrary filesystem path upwards, it is
393
393
recommended to first call :meth: `Path.resolve ` so as to resolve
394
- symlinks and eliminate `".." ` components.
394
+ symlinks and eliminate `` ".." ` ` components.
395
395
396
396
397
397
.. data :: PurePath.name
Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ Instances of the :class:`Popen` class have the following methods:
829
829
830
830
On Windows, SIGTERM is an alias for :meth: `terminate `. CTRL_C_EVENT and
831
831
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 ` `.
833
833
834
834
835
835
.. method :: Popen.terminate()
You can’t perform that action at this time.
0 commit comments