Skip to content

Commit 39fdb02

Browse files
authored
Merge pull request #754 from JostMigenda/patch-1
Fix typos
2 parents 95eb8e0 + b929c3a commit 39fdb02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/contribute.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the guide, please read the :ref:`style guide <contributing_style_guide>`.
2323

2424
By contributing to the |PyPUG|, you're expected to follow the Python Packaging
2525
Authority's `Contributor Code of Conduct`__. Harassment, personal attacks, and
26-
other unprofessional conduct is not acceptable.
26+
other unprofessional conduct are not acceptable.
2727

2828
.. __: https://www.pypa.io/en/latest/code-of-conduct/
2929

@@ -64,7 +64,7 @@ Specifications
6464
--------------
6565

6666
Specifications are reference documention focused on comprehensively documenting
67-
an agreed-upon iterface for interoperability between packaging tools.
67+
an agreed-upon interface for interoperability between packaging tools.
6868
:doc:`example specification-style document <specifications/core-metadata>`.
6969

7070

source/guides/dropping-older-python-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Dropping a Python release
8888

8989
Once you have published a package with the Requires-Python metadata, you can then make a further update removing that Python runtime from support.
9090

91-
It must be done in this order for the automated fail-back to work.
91+
It must be done in this order for the automated fallback to work.
9292

9393
For example, you published the Requires-Python: ">=2.7" as version 1.0.0 of your package.
9494

0 commit comments

Comments
 (0)