[Python-checkins] peps: Added a second function to the API

nick.coghlan python-checkins at python.org
Thu Sep 19 14:49:13 CEST 2013


http://hg.python.org/peps/rev/1db2ac82afe7
changeset:   5135:1db2ac82afe7
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Sep 19 22:48:59 2013 +1000
summary:
  Added a second function to the API

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


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -166,7 +166,7 @@
 
 An additional module called ``extractpip`` will be added to the standard
 library whose purpose is to install pip and any of its dependencies into the
-appropriate location (most commonly site-packages). It will expose a single
+appropriate location (most commonly site-packages). It will expose a
 callable named ``bootstrap()`` as well as offer direct execution via
 ``python -m extractpip``.
 

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


More information about the Python-checkins mailing list