[Python-checkins] peps: Fix typos

donald.stufft python-checkins at python.org
Wed May 14 17:18:53 CEST 2014


http://hg.python.org/peps/rev/49d18bb47ebc
changeset:   5480:49d18bb47ebc
user:        Donald Stufft <donald at stufft.io>
date:        Wed May 14 11:18:22 2014 -0400
summary:
  Fix typos

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


diff --git a/pep-0470.txt b/pep-0470.txt
--- a/pep-0470.txt
+++ b/pep-0470.txt
@@ -108,14 +108,14 @@
 ::
 
     $ python -m venv myvenv
-    $ echo "[global]\nextra-index-url = https://pypi.exmaple.com/" > myvenv/pip.conf
+    $ echo "[global]\nextra-index-url = https://pypi.example.com/" > myvenv/pip.conf
     $ myvenv/bin/pip install foobar
 
 **User:**
 
 ::
 
-    $ echo "[global]\nextra-index-url = https://pypi.exmaple.com/" >~/.pip/pip.conf
+    $ echo "[global]\nextra-index-url = https://pypi.example.com/" >~/.pip/pip.conf
     $ pip install foobar
 
 

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


More information about the Python-checkins mailing list