]> 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 docstring of schedule_formatting
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Fri, 28 Jun 2019 16:31:54 +0000 (17:31 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 16:31:54 +0000 (17:31 +0100)
Fixes #914.

black.py

index b1e3e97dc4cc3fc38f4fc3f12a536f1175cd420d..97393e164005404ed76951f5612d8fcd1b45fb3c 100644 (file)
--- a/black.py
+++ b/black.py
@@ -538,7 +538,7 @@ async def schedule_formatting(
 
     (Use ProcessPoolExecutors for actual parallelism.)
 
-    `line_length`, `write_back`, `fast`, and `pyi` options are passed to
+    `write_back`, `fast`, and `mode` options are passed to
     :func:`format_file_in_place`.
     """
     cache: Cache = {}