]> 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 unintentionally swapped words in index.md (#3809)
authorPradeep Kumar <gohanpra@gmail.com>
Mon, 24 Jul 2023 04:56:19 +0000 (21:56 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 04:56:19 +0000 (21:56 -0700)
Fix unintentionally swapped words in index.md

I think the intent was to say "large changes in formatting", because it doesn't make sense to say "large formatting in changes".

docs/index.md

index 9d0db46502260a0714281bd6d1db1bdfcdaafa1c..49a44ecca5a38c2bd40987be5789508fe1e01ac8 100644 (file)
@@ -21,7 +21,7 @@ Try it out now using the [Black Playground](https://black.vercel.app).
 *Black* is [successfully used](https://github.com/psf/black#used-by) by
 many projects, small and big. *Black* has a comprehensive test suite, with efficient
 parallel tests, our own auto formatting and parallel Continuous Integration runner.
-Now that we have become stable, you should not expect large formatting to changes in
+Now that we have become stable, you should not expect large changes to formatting in
 the future. Stylistic changes will mostly be responses to bug reports and support for new Python
 syntax.