mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670)
Fix sphinx-lint warnings (default-role used). (GH-134647)
(cherry picked from commit 24a47155d2)
Co-authored-by: Julien Palard <julien@palard.fr>
This commit is contained in:
parent
6917fbf98f
commit
f5a8bfa335
3 changed files with 3 additions and 3 deletions
|
|
@ -182,7 +182,7 @@ bound into a function.
|
|||
Type of a code object watcher callback function.
|
||||
|
||||
If *event* is ``PY_CODE_EVENT_CREATE``, then the callback is invoked
|
||||
after `co` has been fully initialized. Otherwise, the callback is invoked
|
||||
after *co* has been fully initialized. Otherwise, the callback is invoked
|
||||
before the destruction of *co* takes place, so the prior state of *co*
|
||||
can be inspected.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue