Skip to content

Commit 0125168

Browse files
[3.15] gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652) (GH-151654)
(cherry picked from commit d47c27e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 82b7570 commit 0125168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/tkinter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ Base and mixin classes
24582458
``-``, and attributes may be set using keyword arguments.
24592459
The *return_python_dict* parameter was added.
24602460

2461-
.. deprecated:: next
2461+
.. deprecated:: 3.13
24622462
Setting an attribute by passing the option name (with a leading
24632463
``-``) and its value as two positional arguments, as in
24642464
``w.attributes('-alpha', 0.5)``, is deprecated; use keyword arguments

0 commit comments

Comments
 (0)