forked from VimPlug/jedi
Use literal block instead of >>> for code example
This commit is contained in:
@@ -696,11 +696,11 @@ class Statement(Simple):
|
|||||||
|
|
||||||
def _remove_executions_from_set_vars(self, set_vars):
|
def _remove_executions_from_set_vars(self, set_vars):
|
||||||
"""
|
"""
|
||||||
Important mainly for assosiative arrays:
|
Important mainly for assosiative arrays::
|
||||||
|
|
||||||
>>> a = 3
|
a = 3
|
||||||
>>> b = {}
|
b = {}
|
||||||
>>> b[a] = 3
|
b[a] = 3
|
||||||
|
|
||||||
`a` is in this case not a set_var, it is used to index the dict.
|
`a` is in this case not a set_var, it is used to index the dict.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user