1
0
forked from VimPlug/jedi

Clean up the function docstring.

This commit is contained in:
Dave Halter
2017-02-03 17:30:58 +01:00
parent 647aec11a6
commit 90fffd883e

View File

@@ -969,10 +969,10 @@ class Function(ClassOrFunc):
0) <Keyword: def> 0) <Keyword: def>
1) <Name> 1) <Name>
2) parameter list (including open-paren and close-paren <Operator>s) 2) parameter list (including open-paren and close-paren <Operator>s)
3) <Operator: :> 3 or 5) <Operator: :>
4) Node() representing function body 4 or 6) Node() representing function body
5) ?? 3) -> (if annotation is also present)
6) annotation (if present) 4) annotation (if present)
""" """
type = 'funcdef' type = 'funcdef'