PEP 427: Fix typo in directory name reference

Fixes GH-533
This commit is contained in:
Nick Coghlan 2018-01-10 11:51:36 +10:00 committed by GitHub
parent 6b493f8fc4
commit 7e6792adcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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