[Python-checkins] peps: Another missing literal block

donald.stufft python-checkins at python.org
Wed May 14 16:59:06 CEST 2014


http://hg.python.org/peps/rev/ee7e8acf43f9
changeset:   5479:ee7e8acf43f9
user:        Donald Stufft <donald at stufft.io>
date:        Wed May 14 10:58:38 2014 -0400
summary:
  Another missing literal block

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


diff --git a/pep-0470.txt b/pep-0470.txt
--- a/pep-0470.txt
+++ b/pep-0470.txt
@@ -75,8 +75,9 @@
    creating paths like ``/var/www/index.example.com/foo/foo-1.0.tar.gz``.
 4. Configure Twisted Web to serve the root directory, ideally with TLS.
 
-    ::
-        $ twistd -n web --path /var/www/index.example.com/
+::
+
+    $ twistd -n web --path /var/www/index.example.com/
 
 
 Examples of Additional indexes with pip

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


More information about the Python-checkins mailing list