mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -147,7 +147,9 @@ Examples
|
|||
--------
|
||||
|
||||
Here is an example that imports a module from a ZIP archive - note that the
|
||||
:mod:`zipimport` module is not explicitly used. ::
|
||||
:mod:`zipimport` module is not explicitly used.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ unzip -l example.zip
|
||||
Archive: example.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue