1
0
forked from VimPlug/jedi
This commit is contained in:
Dave Halter
2017-09-17 02:15:49 +02:00
parent 4b4b2c2122
commit 96ad254fcc

View File

@@ -88,7 +88,7 @@ from jedi import parser_utils
def _limit_context_infers(func):
"""
This is for now the way how we limit type inferance going wild. There are
This is for now the way how we limit type inference going wild. There are
other ways to ensure recursion limits as well. This is mostly necessary
because of instance (self) access that can be quite tricky to limit.