]> 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:

Wordsmith current_style.md (#3383)
authorsckarlin <github@karlin-online.com>
Mon, 14 Nov 2022 15:31:43 +0000 (10:31 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 15:31:43 +0000 (07:31 -0800)
"realtime" doesn't make sense in this context.

docs/the_black_code_style/current_style.md

index 0f166fe2bd4c61d70f13e8854124002754a3a043..56b92529d7055776bf830984d61ae58e9f40fb45 100644 (file)
@@ -464,8 +464,8 @@ AST of the target. There are three limited cases in which the AST does differ:
 1. _Black_ cleans up leading and trailing whitespace of docstrings, re-indenting them if
    needed. It's been one of the most popular user-reported features for the formatter to
    fix whitespace issues with docstrings. While the result is technically an AST
-   difference, due to the various possibilities of forming docstrings, all realtime use
-   of docstrings that we're aware of sanitizes indentation and leading/trailing
+   difference, due to the various possibilities of forming docstrings, all real-world
+   uses of docstrings that we're aware of sanitize indentation and leading/trailing
    whitespace anyway.
 
 1. _Black_ manages optional parentheses for some statements. In the case of the `del`