From: Pradeep Kumar Date: Mon, 24 Jul 2023 04:56:19 +0000 (-0700) Subject: Fix unintentionally swapped words in index.md (#3809) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c3235e6da7259394cd0c00fe36c3e089fbae1e4f?hp=13bd4fffae0b95b0a1f55d335dd55a1de7de3d10 Fix unintentionally swapped words in index.md (#3809) 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". --- diff --git a/docs/index.md b/docs/index.md index 9d0db46..49a44ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.