Skip to content

Commit 2261391

Browse files
committed
rephrase slightly
1 parent ca4ca2c commit 2261391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typer/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _typer_param_setup_autocompletion_compat(
6767

6868
warnings.warn(
6969
"In Typer, only the parameter 'autocompletion' is supported. "
70-
"The usage of 'shell_complete' will be deprecated in upcoming versions. ",
70+
"The support for 'shell_complete' is deprecated and will be removed in upcoming versions. ",
7171
DeprecationWarning,
7272
stacklevel=2,
7373
)

0 commit comments

Comments
 (0)