1
0
forked from VimPlug/jedi

Fix typos.

This commit is contained in:
Jakub Wilk
2017-09-05 00:16:56 +02:00
committed by Dave Halter
parent 3789709ec0
commit 6c85ec1a6d
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ option than to execute those modules. However: Execute isn't that critical (as
e.g. in pythoncomplete, which used to execute *every* import!), because it
means one import and no more. So basically the only dangerous thing is using
the import itself. If your ``c_builtin`` uses some strange initializations, it
might be dangerous. But if it does you're screwed anyways, because eventualy
might be dangerous. But if it does you're screwed anyways, because eventually
you're going to execute your code, which executes the import.