This commit is contained in:
Min ho Kim 2019-07-02 00:42:30 +10:00 committed by Jelle Zijlstra
parent b073c9a4e9
commit f3bb22a828

View File

@ -3152,7 +3152,7 @@ def ensure_visible(leaf: Leaf) -> None:
"""Make sure parentheses are visible.
They could be invisible as part of some statements (see
:func:`normalize_invible_parens` and :func:`visit_import_from`).
:func:`normalize_invisible_parens` and :func:`visit_import_from`).
"""
if leaf.type == token.LPAR:
leaf.value = "("