forked from VimPlug/jedi
resolved merge conflict
This commit is contained in:
@@ -93,8 +93,8 @@ class BaseDefinition(object):
|
||||
@property
|
||||
def line_nr(self):
|
||||
"""
|
||||
.. warning:: Deprecated! It's just here for backwards compatibility,
|
||||
use `api_classes.BaseDefinition.line` instead.
|
||||
.. deprecated:: 0.5.0
|
||||
Use :attr:`.line` instead.
|
||||
.. todo:: Remove!
|
||||
"""
|
||||
warnings.warn("Use line instead.", DeprecationWarning)
|
||||
|
||||
Reference in New Issue
Block a user