We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763a0fc commit abc3ae0Copy full SHA for abc3ae0
stdlib/argparse.pyi
@@ -103,7 +103,7 @@ class _ActionsContainer:
103
conflict_handler: str = ...,
104
) -> _ArgumentGroup: ...
105
@overload
106
- @deprecated("Passing 'prefix_chars' to add_argument_group() is deprecated")
+ @deprecated("The `prefix_chars` parameter deprecated since Python 3.14.")
107
def add_argument_group(
108
self,
109
title: str | None = None,
0 commit comments