forked from VimPlug/jedi
docs: Fix a few typos
There are small typos in: - jedi/api/exceptions.py - jedi/inference/base_value.py - jedi/inference/compiled/mixed.py - jedi/inference/value/dynamic_arrays.py Fixes: - Should read `usually` rather than `ususally`. - Should read `modifications` rather than `modfications`. - Should read `interpreters` rather than `interpreteters`. - Should read `inferred` rather than `inferrined`. - Should read `completable` rather than `completeable`. Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
@@ -16,7 +16,7 @@ settings will stop this process.
|
||||
|
||||
It is important to note that:
|
||||
|
||||
1. Array modfications work only in the current module.
|
||||
1. Array modifications work only in the current module.
|
||||
2. Jedi only checks Array additions; ``list.pop``, etc are ignored.
|
||||
"""
|
||||
from jedi import debug
|
||||
|
||||
Reference in New Issue
Block a user