forked from VimPlug/jedi
Do not use >>> for non-doctest code example
Use literal block instead.
This commit is contained in:
@@ -360,11 +360,11 @@ class Script(object):
|
||||
|
||||
E.g. if the cursor is here::
|
||||
|
||||
>>> abs(# <-- cursor is here
|
||||
abs(# <-- cursor is here
|
||||
|
||||
This would return the ``abs`` function. On the other hand::
|
||||
|
||||
>>> abs()# <-- cursor is here
|
||||
abs()# <-- cursor is here
|
||||
|
||||
This would return ``None``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user