mirror of
https://github.com/python/cpython.git
synced 2025-11-12 03:22:06 +00:00
[3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686)
Docs: Fix markups for emphasis (GH-135598)
The word emphasis character `_` is not supported as sphinx markup, so changed to `*`.
(cherry picked from commit 46c60e0d0b)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
a0a1aa3125
commit
dfe0e30c80
2 changed files with 2 additions and 2 deletions
|
|
@ -201,7 +201,7 @@ of Python objects.
|
|||
|
||||
Py_SETREF(dst, src);
|
||||
|
||||
That arranges to set *dst* to *src* _before_ releasing the reference
|
||||
That arranges to set *dst* to *src* *before* releasing the reference
|
||||
to the old value of *dst*, so that any code triggered as a side-effect
|
||||
of *dst* getting torn down no longer believes *dst* points
|
||||
to a valid object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue