From 13c44d97458a7d26f776a03bc54bdb8a17fcead1 Mon Sep 17 00:00:00 2001 From: Jost Migenda Date: Wed, 8 Jul 2020 15:50:54 +0200 Subject: [PATCH 1/2] Fix typos in contribute.rst --- source/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 `. From b929c3a0fd7edf74788ac316446576556dd807c1 Mon Sep 17 00:00:00 2001 From: Jost Migenda Date: Wed, 8 Jul 2020 15:59:07 +0200 Subject: [PATCH 2/2] typo in guides/dropping-older-python-versions.rst --- source/guides/dropping-older-python-versions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.