forked from VimPlug/jedi
docs: fix some incorrect reference and improve wording
This commit is contained in:
@@ -18,7 +18,7 @@ from . import fake
|
||||
|
||||
|
||||
class CheckAttribute(object):
|
||||
"""Raises an AttributeError if the attribute X isn't available."""
|
||||
"""Raises :exc:`AttributeError` if the attribute X is not available."""
|
||||
def __init__(self, func):
|
||||
self.func = func
|
||||
# Remove the py in front of e.g. py__call__.
|
||||
|
||||
Reference in New Issue
Block a user