Skip to content

Commit abc3ae0

Browse files
max-muotodonbarbos
andauthored
Update stdlib/argparse.pyi
Co-authored-by: Semyon Moroz <[email protected]>
1 parent 763a0fc commit abc3ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/argparse.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class _ActionsContainer:
103103
conflict_handler: str = ...,
104104
) -> _ArgumentGroup: ...
105105
@overload
106-
@deprecated("Passing 'prefix_chars' to add_argument_group() is deprecated")
106+
@deprecated("The `prefix_chars` parameter deprecated since Python 3.14.")
107107
def add_argument_group(
108108
self,
109109
title: str | None = None,

0 commit comments

Comments
 (0)