File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Key terms
48
48
repository of open source licensed packages made available for use by
49
49
other Python users.
50
50
* the `Python Packaging Authority
51
- <https://www.pypa.io/> `__ are the group of
51
+ <https://www.pypa.io/> `__ is the group of
52
52
developers and documentation authors responsible for the maintenance and
53
53
evolution of the standard packaging tools and the associated metadata and
54
54
file format standards. They maintain a variety of tools, documentation,
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ and size) with source metadata saved in the cache file header when it was
432
432
generated. While effective, this invalidation method has its drawbacks. When
433
433
filesystem timestamps are too coarse, Python can miss source updates, leading to
434
434
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
436
436
content-based build systems.
437
437
438
438
:pep: `552 ` extends the pyc format to allow the hash of the source file to be
You can’t perform that action at this time.
0 commit comments