summaryrefslogtreecommitdiff
path: root/Cython/Compiler/AutoDocTransforms.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/AutoDocTransforms.py')
-rw-r--r--Cython/Compiler/AutoDocTransforms.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cython/Compiler/AutoDocTransforms.py b/Cython/Compiler/AutoDocTransforms.py
index 9b8f2000b..a5648f49e 100644
--- a/Cython/Compiler/AutoDocTransforms.py
+++ b/Cython/Compiler/AutoDocTransforms.py
@@ -9,6 +9,9 @@ from .Errors import warning
class AnnotationWriter(ExpressionWriter):
+ """
+ A Cython code writer for Python expressions in argument/variable annotations.
+ """
def __init__(self, description=None):
"""description is optional. If specified it is used in
warning messages for the nodes that don't convert to string properly.