From 5e4a13b18bf4473c90ac13656fcb5c2dc3c03191 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Nov 2018 20:20:31 -0800 Subject: [PATCH] Fix a couple documentation typos. (GH-10498) reproduciblity -> reproducibility PyPA are the group -> PyPA is the group (cherry picked from commit 0dc1e45dfd242493ecdac5dbcad51dbc8f922de7) Co-authored-by: Windson yang --- Doc/installing/index.rst | 2 +- Doc/whatsnew/3.7.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 7a69869fb50..8af828bb8a1 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 - `__ are the group of + `__ 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 9fc0f239836..aa690aacad9 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 `_ and +problematic for `build reproducibility `_ and content-based build systems. :pep:`552` extends the pyc format to allow the hash of the source file to be