Skip to content

Commit 44e72cd

Browse files
committed
link to pep 257
1 parent e6d51a1 commit 44e72cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In Python, *docstrings* describe modules, classes, and functions:
108108
...
109109
110110
In general, follow the comment section of :pep:`8#comments` (the "Python Style
111-
Guide").
111+
Guide"). More information about docstrings can be found at :pep:`0257#specification` (The Docstring Conventions Guide).
112112

113113
Commenting Sections of Code
114114
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)