mirror of https://github.com/python/cpython.git
(cherry picked from commit 34cafd35e3
)
- fix formatting in @text_signature howto and NEWS entry
This commit is contained in:
parent
b0b26af822
commit
ec0c0c8692
|
@ -1920,7 +1920,9 @@ Example from :source:`Objects/codeobject.c`::
|
|||
Return a copy of the code object with new values for the specified fields.
|
||||
[clinic start generated output]*/
|
||||
|
||||
The generated docstring ends up looking like this::
|
||||
The generated docstring ends up looking like this:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
replace($self, /, **changes)
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue