summaryrefslogtreecommitdiff
path: root/Doc/library/zipapp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/zipapp.rst')
-rw-r--r--Doc/library/zipapp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipapp.rst b/Doc/library/zipapp.rst
index 1c45b75955..728315251e 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')