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}}`