Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the guide, please read the :ref:`style guide <contributing_style_guide>`.

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

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

Expand Down Expand Up @@ -64,7 +64,7 @@ Specifications
--------------

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


Expand Down
2 changes: 1 addition & 1 deletion source/guides/dropping-older-python-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Dropping a Python release

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

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

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

Expand Down