File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ If your project is pure Python then you'll be creating a
773773If your project contains compiled extensions, then you'll be creating what's
774774called 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
You can’t perform that action at this time.
0 commit comments