Skip to content

Commit ec0c0c8

Browse files
[3.11] Docs: clean up Argument Clinic howto's (#107797) (#107800)
(cherry picked from commit 34cafd3) - fix formatting in @text_signature howto and NEWS entry
1 parent b0b26af commit ec0c0c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/howto/clinic.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,9 @@ Example from :source:`Objects/codeobject.c`::
19201920
Return a copy of the code object with new values for the specified fields.
19211921
[clinic start generated output]*/
19221922

1923-
The generated docstring ends up looking like this::
1923+
The generated docstring ends up looking like this:
1924+
1925+
.. code-block:: none
19241926
19251927
replace($self, /, **changes)
19261928
--

0 commit comments

Comments
 (0)