We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a6003 commit 05ec89fCopy full SHA for 05ec89f
docs/index.rst
@@ -3,6 +3,16 @@
3
pep8's documentation
4
====================
5
6
+.. note::
7
+
8
+ This package used to be called ``pep8`` but was renamed to ``pycodestyle``
9
+ to reduce confusion. Further discussion can be found `in the issue where
10
+ Guido requested this
11
+ change <https://github.com/PyCQA/pycodestyle/issues/466>`_, or in the
12
+ lightning talk at PyCon 2016 by @IanLee1521:
13
+ `slides <https://speakerdeck.com/ianlee1521/pep8-vs-pep-8>`_
14
+ `video <https://youtu.be/PulzIT8KYLk?t=36m>`_.
15
16
*Python style guide checker*
17
18
pep8 is a tool to check your Python code against some of the style
0 commit comments