Skip to content

Commit 5e4a13b

Browse files
Fix a couple documentation typos. (GH-10498)
reproduciblity -> reproducibility PyPA are the group -> PyPA is the group (cherry picked from commit 0dc1e45) Co-authored-by: Windson yang <[email protected]>
1 parent f0b21e1 commit 5e4a13b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/installing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Key terms
4848
repository of open source licensed packages made available for use by
4949
other Python users.
5050
* the `Python Packaging Authority
51-
<https://www.pypa.io/>`__ are the group of
51+
<https://www.pypa.io/>`__ is the group of
5252
developers and documentation authors responsible for the maintenance and
5353
evolution of the standard packaging tools and the associated metadata and
5454
file format standards. They maintain a variety of tools, documentation,

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ and size) with source metadata saved in the cache file header when it was
432432
generated. While effective, this invalidation method has its drawbacks. When
433433
filesystem timestamps are too coarse, Python can miss source updates, leading to
434434
user confusion. Additionally, having a timestamp in the cache file is
435-
problematic for `build reproduciblity <https://reproducible-builds.org/>`_ and
435+
problematic for `build reproducibility <https://reproducible-builds.org/>`_ and
436436
content-based build systems.
437437

438438
:pep:`552` extends the pyc format to allow the hash of the source file to be

0 commit comments

Comments
 (0)