diff options
author | jmcb <joelsgp@protonmail.com> | 2022-11-09 19:26:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 19:26:46 (GMT) |
commit | 58ee5d8677fbd4c6c58b7a78117835bccede6bcd (patch) | |
tree | aa4d5074ea571fcd63d2f0c225be1b2408260add | |
parent | c7f57087149968e9a72f6dee73514ff18fee78e8 (diff) | |
download | cpython-58ee5d8677fbd4c6c58b7a78117835bccede6bcd.zip cpython-58ee5d8677fbd4c6c58b7a78117835bccede6bcd.tar.gz cpython-58ee5d8677fbd4c6c58b7a78117835bccede6bcd.tar.bz2 |
Update reference to the size of PyPI (#99076)
Update reference to the size of PyPI
Last changed in 2008 (528576031d9655ca8004260a2bf2c783f77d1da1).
-rw-r--r-- | Doc/library/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 7d2002b..d064b68 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -27,8 +27,8 @@ as a collection of packages, so it may be necessary to use the packaging tools provided with the operating system to obtain some or all of the optional components. -In addition to the standard library, there is a growing collection of -several thousand components (from individual programs and modules to +In addition to the standard library, there is an active collection of +hundreds of thousands of components (from individual programs and modules to packages and entire application development frameworks), available from the `Python Package Index <https://pypi.org>`_. |