Skip to content

Commit

Permalink
Fix missing space in option description (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 27, 2024
1 parent ed770ba commit 1607e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1607e9a

Please sign in to comment.