summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
diff options
context:
space:
mode:
authorWindson yang <wiwindson@outlook.com>2018-11-13 03:56:25 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-13 03:56:25 (GMT)
commit0dc1e45dfd242493ecdac5dbcad51dbc8f922de7 (patch)
tree37979782383985a49c89655664cb1ab34a408917 /Doc/whatsnew/3.7.rst
parente6c77d8301ec1703abb755a7d3ce5bd8c999c082 (diff)
downloadcpython-0dc1e45dfd242493ecdac5dbcad51dbc8f922de7.zip
cpython-0dc1e45dfd242493ecdac5dbcad51dbc8f922de7.tar.gz
cpython-0dc1e45dfd242493ecdac5dbcad51dbc8f922de7.tar.bz2
Fix a couple documentation typos. (GH-10498)
reproduciblity -> reproducibility PyPA are the group -> PyPA is the group
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r--Doc/whatsnew/3.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 55cf74f..8b9b64f 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