1
0
forked from VimPlug/jedi

Some small docs improvements

This commit is contained in:
Dave Halter
2019-06-19 09:59:21 +02:00
parent 5ad0e3d72e
commit 474dcb857a
3 changed files with 13 additions and 3 deletions

View File

@@ -329,7 +329,7 @@ class BaseDefinition(object):
@memoize_method
def params(self):
"""
Raises an ``AttributeError``if the definition is not callable.
Raises an ``AttributeError`` if the definition is not callable.
Otherwise returns a list of `Definition` that represents the params.
"""
# Only return the first one. There might be multiple one, especially