diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 10:26:56 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 10:26:56 +0100 |
commit | 525d355984e1afa342aa72fc7867a56eea937a61 (patch) | |
tree | 50a3fe6931bae07791ceab9bb74d76c1aa218296 /Doc/library/pprint.rst | |
parent | Fixing broken links in doc, part 2: howto/ (diff) | |
download | cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.gz cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.bz2 cpython-525d355984e1afa342aa72fc7867a56eea937a61.zip |
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/library/pprint.rst')
-rw-r--r-- | Doc/library/pprint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst index 447f8f70606..c0589a31a90 100644 --- a/Doc/library/pprint.rst +++ b/Doc/library/pprint.rst @@ -211,7 +211,7 @@ Example ------- To demonstrate several uses of the :func:`pprint` function and its parameters, -let's fetch information about a project from `PyPI <https://pypi.python.org>`_:: +let's fetch information about a project from `PyPI <https://pypi.python.org/pypi>`_:: >>> import json >>> import pprint |