diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-05 14:17:18 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-05 14:17:18 (GMT) |
commit | 07fbbfde1b300369b4f8d1cfb80045fbb23b7091 (patch) | |
tree | 22b0c9ff108a70fb54acef879c3ee66ed29452f6 /Doc/library/zipapp.rst | |
parent | 7a7693e9cb12e5571c76331db56a28eef9acb6e0 (diff) | |
download | cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.zip cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.gz cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.bz2 |
bpo-34906: Doc: Fix typos (GH-9712)
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 1c45b759..7283152 100644 --- a/Doc/library/zipapp.rst +++ b/Doc/library/zipapp.rst @@ -195,7 +195,7 @@ Pack up a directory into an archive, and run it. $ python myapp.pyz <output from myapp> -The same can be done using the :func:`create_archive` functon:: +The same can be done using the :func:`create_archive` function:: >>> import zipapp >>> zipapp.create_archive('myapp.pyz', 'myapp') |