Skip to content

Commit 05ec89f

Browse files
authored
Updated the doc index with not about new name
Taken from latest pycodestyle README
1 parent d4a6003 commit 05ec89f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.rst

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
pep8's documentation
44
====================
55

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+
616
*Python style guide checker*
717

818
pep8 is a tool to check your Python code against some of the style

0 commit comments

Comments
 (0)