summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-06 18:34:00 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-06 18:34:00 -0700
commit8aacdfae2a3434b4ea35e76da96c10a6e44cca56 (patch)
treedf274d2cfeb453471d2374e0df9851b3cabc6c65
parent4057df7dce6fb0affd2f4c215b6ad2c09ce99c0c (diff)
downloadpep8-markdown.tar.gz
Updated name change notemarkdown
Added links to PyCon 2016 lightning talk and slides
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d800d80..58df61f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ pycodestyle (formerly called pep8) - Python style guide checker
pycodestyle is a tool to check your Python code against some of the style
conventions in [PEP 8](http://www.python.org/dev/peps/pep-0008/).
-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).
+Note: This package used to be called ``pep8`` but was renamed to ``pycodestyle`` 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
--------