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. """