mirror of https://github.com/python/cpython.git
Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-135013)
This commit is contained in:
parent
0cec424af5
commit
c7051a3669
|
@ -55,16 +55,14 @@ that must be true for *B* to occur after *A*.
|
||||||
.. image:: lifecycle.dot.svg
|
.. image:: lifecycle.dot.svg
|
||||||
:align: center
|
:align: center
|
||||||
:class: invert-in-dark-mode
|
:class: invert-in-dark-mode
|
||||||
:alt: Diagram showing events in an object's life. Explained in detail
|
:alt: Diagram showing events in an object's life. Explained in detail below.
|
||||||
below.
|
|
||||||
|
|
||||||
.. only:: latex
|
.. only:: latex
|
||||||
|
|
||||||
.. image:: lifecycle.dot.pdf
|
.. image:: lifecycle.dot.pdf
|
||||||
:align: center
|
:align: center
|
||||||
:class: invert-in-dark-mode
|
:class: invert-in-dark-mode
|
||||||
:alt: Diagram showing events in an object's life. Explained in detail
|
:alt: Diagram showing events in an object's life. Explained in detail below.
|
||||||
below.
|
|
||||||
|
|
||||||
.. container::
|
.. container::
|
||||||
:name: life-events-graph-description
|
:name: life-events-graph-description
|
||||||
|
|
Loading…
Reference in New Issue