Fix mention of issue #5062 in docstrings

This commit is contained in:
Tomer Keren 2019-05-09 19:12:58 +03:00
parent 58149459a5
commit 322a0f0a33
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ warn_explicit(
return res, outer_expl
def _visit_all(self, call):
"""Special rewrite for the builtin all function, see #5602"""
"""Special rewrite for the builtin all function, see #5062"""
if not isinstance(call.args[0], (ast.GeneratorExp, ast.ListComp)):
return
gen_exp = call.args[0]