doc/jedi-vim.txt: fix apostrophe (#1002)

This commit is contained in:
Maxim Belkin
2020-03-07 14:38:13 -06:00
committed by GitHub
parent b2e8c65e35
commit e83112f9aa

View File

@@ -170,7 +170,7 @@ Python features, among them:
- Class decorators (py3k feature, are being ignored at the moment, but are - Class decorators (py3k feature, are being ignored at the moment, but are
parsed) parsed)
- Simple/usual `sys.path` modifications - Simple/usual `sys.path` modifications
- `isinstance` checks for `if`/`while`/`assert` case, that doesnt work with - `isinstance` checks for `if`/`while`/`assert` case, that doesn't work with
Jedi Jedi
- Stubs - Stubs
- And more... - And more...