Added a second function to the API

This commit is contained in:
Nick Coghlan 2013-09-19 22:48:59 +10:00
parent b27a71809b
commit 70aa3a1a6b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Explicit bootstrapping mechanism
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``.