Fix mention of issue #5062 in docstrings
This commit is contained in:
parent
58149459a5
commit
322a0f0a33
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue