link to pep 257

This commit is contained in:
Grant Regimbal
2016-04-21 19:44:26 -05:00
parent e6d51a13be
commit 44e72cd2e3
+1 -1
View File
@@ -108,7 +108,7 @@ In Python, *docstrings* describe modules, classes, and functions:
...
In general, follow the comment section of :pep:`8#comments` (the "Python Style
Guide").
Guide"). More information about docstrings can be found at :pep:`0257#specification` (The Docstring Conventions Guide).
Commenting Sections of Code
~~~~~~~~~~~~~~~~~~~~~~~~~~~