Skip to content

Commit 063c3ec

Browse files
committed
Update some relative links in docstrings
1 parent 6d99f45 commit 063c3ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

screen_brightness_control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

screen_brightness_control/linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

screen_brightness_control/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)