Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rephrase slightly
Browse files Browse the repository at this point in the history
svlandeg committed Sep 5, 2024
1 parent ca4ca2c commit 2261391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typer/core.py
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ def _typer_param_setup_autocompletion_compat(

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

0 comments on commit 2261391

Please sign in to comment.