mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-09 21:12:42 +08:00
Docstring changes.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user