1
0
forked from VimPlug/jedi

docs were not correct about epydoc docstrings. fixes davidhalter/jedi#245

This commit is contained in:
Dave Halter
2014-04-02 16:43:59 +02:00
parent 69364c598f
commit 28fbdbc0f6

View File

@@ -136,7 +136,7 @@ http://epydoc.sourceforge.net/manual-fields.html
def myfunction(node):
"""Do something with a ``node``.
@param node: ProgramNode
@type node: ProgramNode
"""
node.| # complete here