1
0
forked from VimPlug/jedi

little evaluate docstring fix

This commit is contained in:
David Halter
2013-02-05 01:48:22 +01:00
parent 24f2ff83a5
commit 4e6eff5688

View File

@@ -44,7 +44,7 @@ This is exactly where it starts to get complicated. Now recursions start to
kick in. The statement has not been resolved fully, but now we need to resolve
the datetime import. So it continues
- follow import, which happens in the :mod:imports module.
- follow import, which happens in the :mod:`imports` module.
- now the same ``follow_call`` as above calls ``follow_paths`` to follow the
second part of the statement ``date``.
- After ``follow_paths`` returns with the desired ``datetime.date`` class, the