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