Skip to content

Commit 235be2a

Browse files
mchlnixBoboTiG
authored andcommitted
doc: fix a typo in pixel() method
Caused overlap with the pixels property. Patch by @mchlnix
1 parent 4a905d9 commit 235be2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Methods
112112

113113
Instantiate a new class given only screen shot's data and size.
114114

115-
.. method:: pixels(coord_x, coord_y)
115+
.. method:: pixel(coord_x, coord_y)
116116

117117
:param int coord_x: The x coordinate.
118118
:param int coord_y: The y coordinate.

0 commit comments

Comments
 (0)