diff options
Diffstat (limited to 'Doc/library/zipapp.rst')
-rw-r--r-- | Doc/library/zipapp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/zipapp.rst b/Doc/library/zipapp.rst index 26b0f19..1c45b759 100644 --- a/Doc/library/zipapp.rst +++ b/Doc/library/zipapp.rst @@ -1,8 +1,8 @@ -:mod:`zipapp` --- Manage executable python zip archives +:mod:`zipapp` --- Manage executable Python zip archives ======================================================= .. module:: zipapp - :synopsis: Manage executable python zip archives + :synopsis: Manage executable Python zip archives .. versionadded:: 3.5 |