Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0c3d22

Browse filesBrowse files
committed
Correct docstring of CheckButtons.get_status
The return type is a list, not a tuple, adjust the docstring to match implementation.
1 parent a668754 commit b0c3d22
Copy full SHA for b0c3d22

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ def set_active(self, index):
10841084

10851085
def get_status(self):
10861086
"""
1087-
Return a tuple of the status (True/False) of all of the check buttons.
1087+
Return a list of the status (True/False) of all of the check buttons.
10881088
"""
10891089
return [l1.get_visible() for (l1, l2) in self.lines]
10901090

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.