From e1ef02a1fd0e5caa672a6fcb195a33fc81786e6c Mon Sep 17 00:00:00 2001 From: Francesco Franchina Date: Sun, 17 Oct 2021 18:13:11 +0200 Subject: [PATCH] black: making the description more consistent with other commands Co-authored-by: Axel Navarro --- pages/common/black.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/black.md b/pages/common/black.md index 155062b7d4..07c503b277 100644 --- a/pages/common/black.md +++ b/pages/common/black.md @@ -15,7 +15,7 @@ `black --diff {{path/to/file_or_directory}}` -- Check the need of auto-formatting without altering the files: +- Perform a dry run (print what would be done without actually doing it): `black --check {{path/to/file_or_directory}}`