Skip to content

Commit 9555ac1

Browse files
authored
Merge pull request #2094 from LaRoyBot/fix-typo-dropping-versions
docs: fix typo e. g. to e.g. in dropping older python versions guide
2 parents 09c02b4 + d482546 commit 9555ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ such as at least Python 3.9. Or, at least Python 3.7 and beyond, skipping the 3.
8989
If using the :ref:`setuptools` build backend, consult the `dependency-management`_ documentation for more options.
9090

9191
.. caution::
92-
Avoid adding upper bounds to the version ranges, e. g. ``">= 3.8, < 3.10"``. Doing so can cause different errors
92+
Avoid adding upper bounds to the version ranges, e.g. ``">= 3.8, < 3.10"``. Doing so can cause different errors
9393
and version conflicts. See the `discourse-discussion`_ for more information.
9494

9595
3. Validating the Metadata before publishing

0 commit comments

Comments
 (0)