Skip to content

Commit d226157

Browse files
tacaswelltimhoffm
andauthored
DOC: wording changes
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 6155b7e commit d226157

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Most arguments to widgets have been made positional
1+
Most arguments to widgets have been made keyword-only
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
Passing all but the very few first arguments positionally in the constructors

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ SpanSelector
4949
- The ``pressv`` attribute has been privatized and removed.
5050
- The ``prev`` attribute has been privatized and removed.
5151
- The ``rect`` attribute has been privatized and removed.
52-
- The *rectprops* argument is removed, use *props* instead.
52+
- The *rectprops* parameter has been renamed to *props*.
5353
- The ``rectprops`` attribute has been privatized and removed.
54-
- The *span_stays* argument is removed, use the *interactive* argument
55-
instead.
54+
- The *span_stays* parameter has been renamed to *interactive*.
5655
- The ``span_stays`` attribute has been privatized and removed.
5756
- The ``state`` attribute has been privatized and removed.
5857

0 commit comments

Comments
 (0)