mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
This commit is contained in:
parent
87ec85f420
commit
1050d2d0c7
47 changed files with 329 additions and 128 deletions
|
@ -152,7 +152,9 @@ Let's dive in!
|
|||
For my example I'm using ``_pickle.Pickler.dump()``.
|
||||
|
||||
2. If the call to the ``PyArg_Parse`` function uses any of the
|
||||
following format units::
|
||||
following format units:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
O&
|
||||
O!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue