diff options
author | Georg Brandl <georg@python.org> | 2014-10-30 21:45:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-30 21:45:30 (GMT) |
commit | 0b452c19b7e9e68ee8d8d0bf061305d915816c3b (patch) | |
tree | a9c55f6dccbc646609d6b73b08f1a2b44928c1e8 /Doc | |
parent | 9ac894aeffebc628f6db6e8886466bd1e7997d29 (diff) | |
parent | ef08bde8b8678293b4068120d705cc04fea3cca6 (diff) | |
download | cpython-0b452c19b7e9e68ee8d8d0bf061305d915816c3b.zip cpython-0b452c19b7e9e68ee8d8d0bf061305d915816c3b.tar.gz cpython-0b452c19b7e9e68ee8d8d0bf061305d915816c3b.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ensurepip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst index 8012f51..d589f1c 100644 --- a/Doc/library/ensurepip.rst +++ b/Doc/library/ensurepip.rst @@ -2,7 +2,7 @@ ======================================================== .. module:: ensurepip - :synopsis: Bootstrapping the ``pip`` installer into an existing Python + :synopsis: Bootstrapping the "pip" installer into an existing Python installation or virtual environment. .. versionadded:: 3.4 |