Skip to content

Commit b51a546

Browse files
committed
Fix mistakes added to docs
1 parent 2c1b377 commit b51a546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reST/ref/key.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ for ``KMOD_NONE``, which should be compared using equals ``==``). For example:
267267
the ``pygame.KEYDOWN`` events on the :mod:`pygame.event` queue for this
268268
functionality.
269269

270-
.. versionadded:: 2.1.4
270+
.. versionchanged:: 2.1.4
271271
The collection of bools returned by ``get_pressed`` can not be iterated
272-
over because the indexes of the internal tuple does not correpsond to the
272+
over because the indexes of the internal tuple does not correspond to the
273273
keycodes.
274274

275275
.. ## pygame.key.get_pressed ##

0 commit comments

Comments
 (0)