[Python-checkins] peps: PEP 441: Update markup.

berker.peksag python-checkins at python.org
Fri Feb 20 15:09:45 CET 2015


https://hg.python.org/peps/rev/778905f87978
changeset:   5700:778905f87978
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Feb 20 16:10:43 2015 +0200
summary:
  PEP 441: Update markup.

files:
  pep-0441.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0441.txt b/pep-0441.txt
--- a/pep-0441.txt
+++ b/pep-0441.txt
@@ -88,9 +88,10 @@
 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
 contents of *directory*.  If *interpreter* is specified, it will

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list