]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix typo (#916)
authorMin ho Kim <minho42@gmail.com>
Mon, 1 Jul 2019 14:42:30 +0000 (00:42 +1000)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 1 Jul 2019 14:42:30 +0000 (07:42 -0700)
black.py

index 779e9d0c873eafa31dc8a660e6c1311f5c13fcfb..29d56c923f6fa65c5e8b3d5bc83097e570137f2f 100644 (file)
--- 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 = "("