Skip to content

Commit a11d332

Browse files
authored
Merge pull request pypa#245 from illfelder/patch-1
Fix a typo in the PyPI distributing documentation.
2 parents 8fcc2ea + 8fc4abd commit a11d332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/distributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ Only use the ``--universal`` setting, if:
648648
require 2to3).
649649
2. Your project does not have any C extensions.
650650

651-
Beware that ``bdist_wheel`` does not currently have any checks to warn you if
651+
Beware that ``bdist_wheel`` does not currently have any checks to warn if you
652652
use the setting inappropriately.
653653

654654
If your project has optional C extensions, it is recommended not to publish a

0 commit comments

Comments
 (0)