1
0
forked from VimPlug/jedi

Make doctest Python 3.x compatible

This commit is contained in:
Takafumi Arakaki
2013-03-04 02:07:47 +01:00
parent 0c6f7f66e9
commit 8d486ff9aa

View File

@@ -151,7 +151,7 @@ def get_names_of_scope(scope, position=None, star_search=True,
true (default).
>>> pairs[2] #doctest: +ELLIPSIS
(<Module: __builtin__@...>, [<Name: ...>, ...])
(<Module: ...builtin...>, [<Name: ...>, ...])
"""
in_func_scope = scope