PEP 441: Update markup.
This commit is contained in:
parent
0493cfe00a
commit
d50818e4e8
|
@ -88,9 +88,10 @@ and pex [6]_ are two tools known to exist.
|
||||||
Module Interface
|
Module Interface
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
The zipapp module will provide the following functions::
|
The zipapp module will provide the following functions:
|
||||||
|
|
||||||
pack(target, directory, interpreter=None, main=None)
|
``pack(target, directory, interpreter=None, main=None)``
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Writes an application archive called *target*, containing the
|
Writes an application archive called *target*, containing the
|
||||||
contents of *directory*. If *interpreter* is specified, it will
|
contents of *directory*. If *interpreter* is specified, it will
|
||||||
|
|
Loading…
Reference in New Issue