Adjust --preview documentation (#2833)

This commit is contained in:
Jelle Zijlstra 2022-01-30 11:53:45 -08:00 committed by GitHub
parent d038a24ca2
commit bbe1bdf1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@ def validate_regex(
"--preview", "--preview",
is_flag=True, is_flag=True,
help=( help=(
"Enable potentially disruptive style changes that will be added to Black's main" "Enable potentially disruptive style changes that may be added to Black's main"
" functionality in the next major release." " functionality in the next major release."
), ),
) )