forked from VimPlug/jedi
docs were not correct about epydoc docstrings. fixes davidhalter/jedi#245
This commit is contained in:
@@ -136,7 +136,7 @@ http://epydoc.sourceforge.net/manual-fields.html
|
|||||||
def myfunction(node):
|
def myfunction(node):
|
||||||
"""Do something with a ``node``.
|
"""Do something with a ``node``.
|
||||||
|
|
||||||
@param node: ProgramNode
|
@type node: ProgramNode
|
||||||
|
|
||||||
"""
|
"""
|
||||||
node.| # complete here
|
node.| # complete here
|
||||||
|
|||||||
Reference in New Issue
Block a user