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

@@ -14,7 +14,7 @@ Introduction
------------
This page tries to address the fundamental demand for documentation of the
|jedi| interals. Understanding a dynamic language is a complex task. Especially
|jedi| internals. Understanding a dynamic language is a complex task. Especially
because type inference in Python can be a very recursive task. Therefore |jedi|
couldn't get rid of complexity. I know that **simple is better than complex**,
but unfortunately it sometimes requires complex solutions to understand complex