Some docstring changes.

This commit is contained in:
Dave Halter
2017-05-11 16:11:53 -04:00
parent 944ceae0af
commit 802629d6ca
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
"""
The ``Parser`` tries to convert the available Python code in an easy to read
format, something like an abstract syntax tree. The classes who represent this
tree, are sitting in the :mod:`jedi.parser.tree` module.
tree, are sitting in the :mod:`parso.tree` module.
The Python module ``tokenize`` is a very important part in the ``Parser``,
because it splits the code into different words (tokens). Sometimes it looks a