File tree 5 files changed +5
-8
lines changed
5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -1800,7 +1800,7 @@ is not possible due to its implementation being opaque at build time.
1800
1800
1801
1801
.. note ::
1802
1802
A freed key becomes a dangling pointer. You should reset the key to
1803
- `NULL `.
1803
+ `` NULL ` `.
1804
1804
1805
1805
1806
1806
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()
Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ sphinx==4.5.0
7
7
8
8
blurb
9
9
10
- # sphinx-lint 0.6.2 yields many default role errors due to the new regular
11
- # expression used for default role detection, so we don't use the version
12
- # until the errors are fixed.
13
- sphinx-lint == 0.6.4
10
+ sphinx-lint == 0.6.7
14
11
15
12
# The theme used by the documentation is stored separately, so we need
16
13
# to install that as well.
You can’t perform that action at this time.
0 commit comments