diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-06-25 13:36:56 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-06-25 13:36:56 -0700 |
commit | 5a6ffd5fc0eaf599b3e3f6b97092391adb0592aa (patch) | |
tree | 867e9b7d76f29085ff9130b12bd13b3042845e02 /README.rst | |
parent | e01ca2f9de13e570d567eaad785fa78e096e34ef (diff) | |
download | pep8-5a6ffd5fc0eaf599b3e3f6b97092391adb0592aa.tar.gz |
Updated rename note in README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -9,8 +9,12 @@ conventions in `PEP 8`_. .. note:: This package used to be called ``pep8`` but was renamed to ``pycodestyle`` - to reduce confusion. Further discussion `here - <https://github.com/PyCQA/pycodestyle/issues/466>`_. + to reduce confusion. Further discussion can be found `in the issue where + Guido requested this + change <https://github.com/PyCQA/pycodestyle/issues/466>`_, or in the + lightning talk at PyCon 2016 by @IanLee1521: + `slides <https://speakerdeck.com/ianlee1521/pep8-vs-pep-8>`_ + `video <https://youtu.be/PulzIT8KYLk?t=36m>`_. Features -------- |