From 44e72cd2e363551af589ef10987061a0a4e2fb04 Mon Sep 17 00:00:00 2001 From: Grant Regimbal Date: Thu, 21 Apr 2016 19:44:26 -0500 Subject: [PATCH] link to pep 257 --- docs/writing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index c6905e334..bd59437e8 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~