From a423d81bad61eb9a0b8c9cfec9249bd81a98e502 Mon Sep 17 00:00:00 2001 From: Ned Western Date: Sat, 24 Sep 2022 13:06:27 +1000 Subject: [PATCH] Update README.md Minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 624d4d755eb..757c4b460d3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Further information can be found in our docs: _Black_ is already [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, and our own auto formatting and parallel Continuous Integration runner. Now that -we have become stable, you should not expect large formatting to changes in the future. +we have become stable, you should not expect large formatting changes in the future. Stylistic changes will mostly be responses to bug reports and support for new Python syntax. For more information please refer to the [The Black Code Style](https://black.readthedocs.io/en/stable/the_black_code_style/index.html).