Remove superfluous word in gamestate docs

Remove extra "receive"
This commit is contained in:
Tobias V. Langhoff 2018-10-09 20:20:10 +02:00 committed by GitHub
parent 51caee1430
commit 70d2a20dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ callbacks for initalizing, entering and leaving a state:
Called on quitting the game. Only called on the active gamestate.
When using :func:`Gamestate.registerEvents`, all these callbacks will be called by the
corresponding LÖVE callbacks and receive receive the same arguments (e.g.
corresponding LÖVE callbacks and receive the same arguments (e.g.
``state:update(dt)`` will be called by ``love.update(dt)``).
**Example**::