]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a couple documentation typos. (GH-10498)
authorWindson yang <wiwindson@outlook.com>
Tue, 13 Nov 2018 03:56:25 +0000 (11:56 +0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Nov 2018 03:56:25 +0000 (19:56 -0800)
reproduciblity -> reproducibility
PyPA are the group -> PyPA is the group

Doc/installing/index.rst
Doc/whatsnew/3.7.rst

index 8f105a15161c4436f1308f033d57a5b54060b39c..747b9223b62cb85ecd3f4d7bef4c61cf69338a77 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 55cf74f7144957d775461964ddef098a2d7964de..8b9b64f00aafa58b2fadf99c1c1da0eb14e07dea 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