We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a668754 commit b0c3d22Copy full SHA for b0c3d22
1 file changed
lib/matplotlib/widgets.py
@@ -1084,7 +1084,7 @@ def set_active(self, index):
1084
1085
def get_status(self):
1086
"""
1087
- Return a tuple of the status (True/False) of all of the check buttons.
+ Return a list of the status (True/False) of all of the check buttons.
1088
1089
return [l1.get_visible() for (l1, l2) in self.lines]
1090
0 commit comments