Skip to content

Commit 1701a0e

Browse files
authored
Merge pull request #918 from srittau/patch-1
2 parents 9a84cc2 + 0b0e558 commit 1701a0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ If your project is pure Python then you'll be creating a
773773
If your project contains compiled extensions, then you'll be creating what's
774774
called a :ref:`*Platform Wheel* (see section below) <Platform Wheels>`.
775775

776-
.. note:: If your project also supports Python 2 _and_ contains no C extensions,
776+
.. note:: If your project also supports Python 2 *and* contains no C extensions,
777777
then you should create what's called a *Universal Wheel* by adding the
778778
following to your :file:`setup.cfg` file:
779779

@@ -782,7 +782,7 @@ called a :ref:`*Platform Wheel* (see section below) <Platform Wheels>`.
782782
[bdist_wheel]
783783
universal=1
784784
785-
Only use this setting if your project does not have any C extesions _and_
785+
Only use this setting if your project does not have any C extensions *and*
786786
supports Python 2 and 3.
787787

788788

0 commit comments

Comments
 (0)