mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
Fix #101: Typo in documentation
This commit is contained in:
parent
e750b7e651
commit
222f99b162
@ -47,7 +47,7 @@ List of Functions
|
||||
|
||||
* :func:`Gamestate.new() <Gamestate.new>`
|
||||
* :func:`Gamestate.switch(to, ...) <Gamestate.switch>`
|
||||
* :func:`Gamestate.Gamestate.current() <Gamestate.Gamestate.current>`
|
||||
* :func:`Gamestate.current() <Gamestate.current>`
|
||||
* :func:`Gamestate.push(to, ...) <Gamestate.push>`
|
||||
* :func:`Gamestate.pop(...) <Gamestate.pop>`
|
||||
* :func:`Gamestate.<callback>(...) <Gamestate.<callback>>`
|
||||
@ -208,7 +208,7 @@ if, and only if, the state was not yet inialized and finally call
|
||||
|
||||
|
||||
|
||||
.. function:: Gamestate.Gamestate.current()
|
||||
.. function:: Gamestate.current()
|
||||
|
||||
:returns: The active gamestate.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user