Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 142fdba

Browse files
tacaswelltimhoffm
authored andcommitted
DOC: wording changes
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent d7d438b commit 142fdba

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/api/next_api_changes/deprecations/24254-OG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Most arguments to widgets have been made positional
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
Most arguments to widgets have been made keyword-only
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
Passing all but the very few first arguments positionally in the constructors
55
of Widgets is deprecated. Most arguments will become keyword-only in a future

doc/api/next_api_changes/removals/24254-OG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@ SpanSelector
4545
- The ``active_handle`` attribute has been privatized and removed.
4646
- The ``eventpress`` attribute has been privatized and removed.
4747
- The ``eventrelease`` attribute has been privatized and removed.
48-
- The *maxdist* argument and attribute is removed, use *grab_range* instead.
4948
- The ``pressv`` attribute has been privatized and removed.
5049
- The ``prev`` attribute has been privatized and removed.
5150
- The ``rect`` attribute has been privatized and removed.
52-
- The *rectprops* argument is removed, use *props* instead.
51+
- The *rectprops* parameter has been renamed to *props*.
5352
- The ``rectprops`` attribute has been privatized and removed.
54-
- The *span_stays* argument is removed, use the *interactive* argument
55-
instead.
53+
- The *span_stays* parameter has been renamed to *interactive*.
5654
- The ``span_stays`` attribute has been privatized and removed.
5755
- The ``state`` attribute has been privatized and removed.
5856

0 commit comments

Comments
 (0)