1
0
forked from VimPlug/jedi

fixed doctest issues

This commit is contained in:
Dave Halter
2014-01-12 02:23:35 +01:00
parent 0bff729294
commit 7a0dc41b62
2 changed files with 5 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ class Evaluator(object):
true (default).
>>> pairs[2] #doctest: +ELLIPSIS
(<Module: ...builtin...>, [<Name: ...>, ...])
(<Builtin: ...builtin...>, [<PyName: ...>, ...])
:rtype: [(pr.Scope, [pr.Name])]
:return: Return an generator that yields a pair of scope and names.