diff --git a/source/contribute.rst b/source/contribute.rst index e15e991b2..857698801 100644 --- a/source/contribute.rst +++ b/source/contribute.rst @@ -23,7 +23,7 @@ the guide, please read the :ref:`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/ @@ -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 `. diff --git a/source/guides/dropping-older-python-versions.rst b/source/guides/dropping-older-python-versions.rst index 0ab61d48f..7f9d1f66b 100644 --- a/source/guides/dropping-older-python-versions.rst +++ b/source/guides/dropping-older-python-versions.rst @@ -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.