Skip to content

Commit e03ff97

Browse files
webknjazhugovk
andauthored
Apply grammar improvements from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent ae4d7c1 commit e03ff97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Dealing with the universal wheels
2727

2828
Traditionally, projects providing Python code that is semantically
2929
compatible with both Python 2 and Python 3, produce :term:`wheels
30-
<Wheel>` that have ``py2.py3`` tag in their names. When dropping
30+
<Wheel>` that have a ``py2.py3`` tag in their names. When dropping
3131
support for Python 2, it is important not to forget to change this tag
3232
to just ``py3``. It is often configured within :file:`setup.cfg` under
3333
the ``[bdist_wheel]`` section by setting ``universal = 1`` :ref:`if they
3434
use setuptools <Universal Wheels>`.
3535

36-
If you use this method, either remove the said option or section, or
37-
set the ``universal`` setting to ``0`` explicitly:
36+
If you use this method, either remove this option or section, or
37+
explicitly set ``universal`` to ``0``:
3838

3939
.. code-block:: ini
4040

0 commit comments

Comments
 (0)