]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a couple documentation typos. (GH-10498)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Nov 2018 04:20:31 +0000 (20:20 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 04:20:31 +0000 (20:20 -0800)
reproduciblity -> reproducibility
PyPA are the group -> PyPA is the group
(cherry picked from commit 0dc1e45dfd242493ecdac5dbcad51dbc8f922de7)

Co-authored-by: Windson yang <wiwindson@outlook.com>
Doc/installing/index.rst
Doc/whatsnew/3.7.rst

index 7a69869fb50885a7ceabec4940e25804fffa9182..8af828bb8a105f35c3043e06d76f1c083835dacc 100644 (file)
@@ -48,7 +48,7 @@ Key terms
   repository of open source licensed packages made available for use by
   other Python users.
 * the `Python Packaging Authority
-  <https://www.pypa.io/>`__ are the group of
+  <https://www.pypa.io/>`__ is the group of
   developers and documentation authors responsible for the maintenance and
   evolution of the standard packaging tools and the associated metadata and
   file format standards. They maintain a variety of tools, documentation,
index 9fc0f239836983829d5e0813b4fcff348ad7380d..aa690aacad9e046bb2982ed63f15ca55af0448d9 100644 (file)
@@ -432,7 +432,7 @@ and size) with source metadata saved in the cache file header when it was
 generated. While effective, this invalidation method has its drawbacks.  When
 filesystem timestamps are too coarse, Python can miss source updates, leading to
 user confusion. Additionally, having a timestamp in the cache file is
-problematic for `build reproduciblity <https://reproducible-builds.org/>`_ and
+problematic for `build reproducibility <https://reproducible-builds.org/>`_ and
 content-based build systems.
 
 :pep:`552` extends the pyc format to allow the hash of the source file to be