Skip to content

Commit cff42fa

Browse files
authored
Update Doc/library/zipimport.rst
1 parent b224d43 commit cff42fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zipimport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Here is an example that imports a module from a ZIP archive - note that the
197197
-------- -------
198198
8467 1 file
199199
200-
.. code-block:: python
200+
.. code-block:: pycon
201201
202202
>>> import sys
203203
>>> sys.path.insert(0, 'example_archive.zip') # Add .zip file to front of path

0 commit comments

Comments
 (0)