Fix typo (#916)
This commit is contained in:
parent
b073c9a4e9
commit
f3bb22a828
2
black.py
2
black.py
@ -3152,7 +3152,7 @@ def ensure_visible(leaf: Leaf) -> None:
|
|||||||
"""Make sure parentheses are visible.
|
"""Make sure parentheses are visible.
|
||||||
|
|
||||||
They could be invisible as part of some statements (see
|
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:
|
if leaf.type == token.LPAR:
|
||||||
leaf.value = "("
|
leaf.value = "("
|
||||||
|
Loading…
Reference in New Issue
Block a user