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:
@@ -297,7 +297,7 @@ class Value(HelperValueMixin):
|
||||
just the `_T` generic parameter.
|
||||
|
||||
`value_set`: represents the actual argument passed to the parameter
|
||||
we're inferrined for, or (for recursive calls) their types. In the
|
||||
we're inferred for, or (for recursive calls) their types. In the
|
||||
above example this would first be the representation of the list
|
||||
`[1]` and then, when recursing, just of `1`.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user