Skip to content

Commit 2c4ec63

Browse files
committed
Merge pull request realpython#699 from gregimba/master
link to pep 257
2 parents e6d51a1 + 44e72cd commit 2c4ec63

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)