diff options
Diffstat (limited to 'Doc/library/zipapp.rst')
-rw-r--r-- | Doc/library/zipapp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipapp.rst b/Doc/library/zipapp.rst index b4484c8..265e62d 100644 --- a/Doc/library/zipapp.rst +++ b/Doc/library/zipapp.rst @@ -23,7 +23,7 @@ Python code, which can be :ref:`executed directly by the Python interpreter Basic Example ------------- -The following example shows how the :ref:`command-line-interface` +The following example shows how the :ref:`zipapp-command-line-interface` can be used to create an executable archive from a directory containing Python code. When run, the archive will execute the ``main`` function from the module ``myapp`` in the archive. |