Correct seperator for param anotation docstring

This commit is contained in:
Alisdair Robertson
2017-10-26 00:51:32 +11:00
committed by Dave Halter
parent 89646e0970
commit d3cfcc24b8

View File

@@ -1062,7 +1062,7 @@ class Param(PythonBaseNode):
@property
def annotation(self):
"""
The default is the test node that appears after `->`. Is `None` in case
The default is the test node that appears after `:`. Is `None` in case
no annotation is present.
"""
tfpdef = self._tfpdef()