From e9f8268760426925776905f8978e2869ee29c8db Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 24 Dec 2020 10:34:33 +1100 Subject: [PATCH] docs: fix simple typo, coodinates -> coordinates There is a small typo in ghost/ghost.py. Should read `coordinates` rather than `coodinates`. --- ghost/ghost.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/ghost.py b/ghost/ghost.py index 8734105..f48227f 100755 --- a/ghost/ghost.py +++ b/ghost/ghost.py @@ -498,7 +498,7 @@ def capture( """Returns snapshot as QImage. :param region: An optional tuple containing region as pixel - coodinates. + coordinates. :param selector: A selector targeted the element to crop on. :param format: The output image format. """ @@ -560,7 +560,7 @@ def capture_to( :param path: The destination path. :param region: An optional tuple containing region as pixel - coodinates. + coordinates. :param selector: A selector targeted the element to crop on. :param format: The output image format. """