diff options
author | Georg Brandl <georg@python.org> | 2014-10-30 21:45:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-30 21:45:27 (GMT) |
commit | ef08bde8b8678293b4068120d705cc04fea3cca6 (patch) | |
tree | 089519fc9d9cc1f95112129b5d60d8f5a96600c2 /Doc/library | |
parent | 2273b096ce204e3115d8394c8acb070877881ec6 (diff) | |
download | cpython-ef08bde8b8678293b4068120d705cc04fea3cca6.zip cpython-ef08bde8b8678293b4068120d705cc04fea3cca6.tar.gz cpython-ef08bde8b8678293b4068120d705cc04fea3cca6.tar.bz2 |
minor markup fix: no inline markup is allowed in a module synopsis
Diffstat (limited to 'Doc/library')
-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 |