From 69580bd21e3cb3bf16ef3edbd1e7cd776dc0bfb1 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Wed, 13 Dec 2023 04:03:05 +0000 Subject: [PATCH] Fix spelling in util.py --- pympress/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pympress/util.py b/pympress/util.py index 18f128e7..c75d2dd0 100644 --- a/pympress/util.py +++ b/pympress/util.py @@ -480,7 +480,7 @@ def lookup_monitors(display, *windows): Args: display (:class:`~Gdk.Display`): the current screen - *windows (`tuple` of :class:`~Gtk.Window`): windows for wich to look up the monitor position + *windows (`tuple` of :class:`~Gtk.Window`): windows for which to look up the monitor position Returns: `tuple` of `Monitor`: The monitors for each window, followed by the best monitors for presenter and content