summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-25 13:36:56 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-25 13:36:56 -0700
commit5a6ffd5fc0eaf599b3e3f6b97092391adb0592aa (patch)
tree867e9b7d76f29085ff9130b12bd13b3042845e02
parente01ca2f9de13e570d567eaad785fa78e096e34ef (diff)
downloadpep8-5a6ffd5fc0eaf599b3e3f6b97092391adb0592aa.tar.gz
Updated rename note in README
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1f0faaa..d861c63 100644
--- a/README.rst
+++ b/README.rst
@@ -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
--------