Docstring changes.

This commit is contained in:
Dave Halter
2017-07-14 19:30:35 +02:00
parent f6b3b1cc24
commit 33344d3ce4

View File

@@ -985,7 +985,7 @@ class Param(PythonBaseNode):
def _tfpdef(self):
"""
tfpdef: see grammar.txt.
tfpdef: see e.g. grammar36.txt.
"""
offset = int(self.children[0] in ('*', '**'))
return self.children[offset]