File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
screen_brightness_control Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def get_brightness(
3535 verbose_error: controls the level of detail in the error messages
3636
3737 Returns:
38- A list of `IntPercentage` values, each being the brightness of an
38+ A list of `.types. IntPercentage` values, each being the brightness of an
3939 individual display. Invalid displays may return None.
4040
4141 Example:
Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ def list_monitors_info(
813813 Lists detailed information about all detected displays
814814
815815 Args:
816- method: the method the display can be addressed by. See `screen_brightness_control .get_methods`
816+ method: the method the display can be addressed by. See `.get_methods`
817817 for more info on available methods
818818 allow_duplicates: whether to filter out duplicate displays (displays with the same EDID) or not
819819 unsupported: include detected displays that are invalid or unsupported
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ def list_monitors_info(
358358 Lists detailed information about all detected displays
359359
360360 Args:
361- method: the method the display can be addressed by. See `screen_brightness_control .get_methods`
361+ method: the method the display can be addressed by. See `.get_methods`
362362 for more info on available methods
363363 allow_duplicates: whether to filter out duplicate displays (displays with the same EDID) or not
364364 unsupported: include detected displays that are invalid or unsupported.
You can’t perform that action at this time.
0 commit comments