mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
link to pep 257
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user