From: Min ho Kim Date: Mon, 1 Jul 2019 14:42:30 +0000 (+1000) Subject: Fix typo (#916) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f3bb22a828495c66d8d2dae1edf45e15fc2daddb?ds=inline;pf=etc Fix typo (#916) --- diff --git a/black.py b/black.py index 779e9d0..29d56c9 100644 --- a/black.py +++ b/black.py @@ -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 = "("