From 1607e9ab20ad550cf940482d0d361ca31fc03189 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sat, 27 Jan 2024 12:34:02 -0800 Subject: [PATCH] Fix missing space in option description (#4182) --- src/black/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/black/__init__.py b/src/black/__init__.py index ebc7ac8eda5..8ab5b47f974 100644 --- a/src/black/__init__.py +++ b/src/black/__init__.py @@ -279,7 +279,7 @@ def validate_regex( is_flag=True, help=( "Format all input files like Jupyter Notebooks regardless of file extension." - "This is useful when piping source on standard input." + " This is useful when piping source on standard input." ), ) @click.option(