PEP 427: Fix typo in directory name reference
Fixes GH-533
This commit is contained in:
parent
6b493f8fc4
commit
7e6792adcb
|
@ -80,7 +80,7 @@ Wheel installation notionally consists of two phases:
|
|||
``distutils.command.install``.
|
||||
c. If applicable, update scripts starting with ``#!python`` to point
|
||||
to the correct interpreter.
|
||||
d. Update ``distribution-1.0.dist.info/RECORD`` with the installed
|
||||
d. Update ``distribution-1.0.dist-info/RECORD`` with the installed
|
||||
paths.
|
||||
e. Remove empty ``distribution-1.0.data`` directory.
|
||||
f. Compile any installed .py to .pyc. (Uninstallers should be smart
|
||||
|
|
Loading…
Reference in New Issue