[Python-checkins] Fix a couple documentation typos. (GH-10498)

Miss Islington (bot) webhook-mailer at python.org
Mon Nov 12 22:56:30 EST 2018


https://github.com/python/cpython/commit/0dc1e45dfd242493ecdac5dbcad51dbc8f922de7
commit: 0dc1e45dfd242493ecdac5dbcad51dbc8f922de7
branch: master
author: Windson yang <wiwindson at outlook.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2018-11-12T19:56:25-08:00
summary:

Fix a couple documentation typos. (GH-10498)



reproduciblity -> reproducibility
PyPA are the group -> PyPA is the group

files:
M Doc/installing/index.rst
M Doc/whatsnew/3.7.rst

diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst
index 8f105a15161c..747b9223b62c 100644
--- a/Doc/installing/index.rst
+++ b/Doc/installing/index.rst
@@ -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,
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 55cf74f71449..8b9b64f00aaf 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -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



More information about the Python-checkins mailing list