Skip to content

Commit 3741623

Browse files
docs change
1 parent 5eb0ed0 commit 3741623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reST/ref/surface.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446

447447
This function will temporarily lock and unlock the Surface as needed.
448448

449-
.. versionchanged:: 2.3.1 can now also accept both float coordinates and Vector2s
449+
.. versionchanged:: 2.3.1 can now also accept both float coordinates and Vector2s for pixels.
450450

451451
Returning a Color instead of tuple. Use ``tuple(surf.get_at((x,y)))``
452452
if you want a tuple, and not a Color. This should only matter if
@@ -474,7 +474,7 @@
474474
.. note:: If the surface is palettized, the pixel color will be set to the
475475
most similar color in the palette.
476476

477-
.. versionchanged:: 2.3.1 can now also accept both float coordinates and Vector2s
477+
.. versionchanged:: 2.3.1 can now also accept both float coordinates and Vector2s for pixels.
478478

479479
.. ## Surface.set_at ##
480480
@@ -494,7 +494,7 @@
494494

495495
.. versionaddedold:: 1.9.2
496496

497-
.. versionchanged:: 2.3.1 can now also accept both float coordinates and Vector2s
497+
.. versionchanged:: 2.3.1 can now also accept both float coordinates and Vector2s for pixels.
498498

499499
.. ## Surface.get_at_mapped ##
500500

0 commit comments

Comments
 (0)