Skip to content

Commit

Permalink
Fix a case of image docstring parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pevogam committed May 7, 2024
1 parent 02f20bb commit d96e6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guibot/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def capture_screen(self, *args):
nothing to obtain an image of the full screen
:type args: [int] or :py:class:`region.Region` or None
:returns: image of the current screen
:rtype: :py:class:`image.Image`
:rtype: :py:class:`target.Image`
:raises: :py:class:`NotImplementedError` if the base class method is called
"""
raise NotImplementedError("Method is not available for this controller implementation")
Expand Down

0 comments on commit d96e6e4

Please sign in to comment.