8000 Fix missing space in option description (#4182) · psf/black@1607e9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1607e9a

Browse files
Fix missing space in option description (#4182)
1 parent ed770ba commit 1607e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/black/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def validate_regex(
279279
is_flag=True,
280280
help=(
281281
"Format all input files like Jupyter Notebooks regardless of file extension."
282-
"This is useful when piping source on standard input."
282+
" This is useful when piping source on standard input."
283283
),
284284
)
285285
@click.option(

0 commit comments

Comments
 (0)
0