Merge pull request #699 from gregimba/master

link to pep 257
This commit is contained in:
2016-04-21 21:46:30 -04:00
+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
~~~~~~~~~~~~~~~~~~~~~~~~~~~