Skip to content

Commit 72ff028

Browse files
authored
agh-130829 simplify example
1 parent 93da900 commit 72ff028

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Doc/library/zipimport.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,6 @@ Examples
186186
Here is an example that imports a module from a ZIP archive - note that the
187187
:mod:`zipimport` module is not explicitly used.
188188

189-
.. code-block:: shell-session
190-
191-
$ unzip -l pip.pyz
192-
Archive: pip.pyz
193-
Length Date Time Name
194-
-------- ---- ---- ----
195-
32145 05-10-25 10:00 pip/__main__.py
196-
-------- -------
197-
32145 1 file
198-
199-
Now for the Python:
200-
201189
.. code-block:: python
202190
203191
>>> import sys

0 commit comments

Comments
 (0)