8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06387b4 commit 80a06cfCopy full SHA for 80a06cf
README.md
@@ -170,7 +170,9 @@
170
171
- [PyPI - the Python Package Index](https://pypi.python.org/pypi) - The official repository for all open source Python modules and packages.
172
173
-- [PEP 8](http://legacy.python.org/dev/peps/pep-0008/) - The official style guide for Python code.
+- [PEP 8](https://www.python.org/dev/peps/pep-0008/) - The official style guide for Python code.
174
+
175
+- [PEP 257](https://www.python.org/dev/peps/pep-0257/) - Python's official docstring conventions; [pep257 - Python style guide checker](https://pypi.python.org/pypi/pep257)
176
177
178
<br>
0 commit comments