diff --git a/docs/docs/development.rst b/docs/docs/development.rst index ba524449..8d473d65 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -45,9 +45,9 @@ The core of Jedi consists of three parts: - :ref:`Python code evaluation ` - :ref:`API ` -Most people are probably interested in `code evaluation `, because -that's where all the magic happens. I need to introduce the ref:`parser -` first, because evaluate uses it extensively. +Most people are probably interested in :ref:`code evaluation `, +because that's where all the magic happens. I need to introduce the +:ref:`parser ` first, because evaluate uses it extensively. .. _parsing: