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:
@@ -23,7 +23,7 @@ class RefactoringError(_JediError):
|
||||
Refactorings can fail for various reasons. So if you work with refactorings
|
||||
like :meth:`.Script.rename`, :meth:`.Script.inline`,
|
||||
:meth:`.Script.extract_variable` and :meth:`.Script.extract_function`, make
|
||||
sure to catch these. The descriptions in the errors are ususally valuable
|
||||
sure to catch these. The descriptions in the errors are usually valuable
|
||||
for end users.
|
||||
|
||||
A typical ``RefactoringError`` would tell the user that inlining is not
|
||||
|
||||
Reference in New Issue
Block a user