Skip to content
Snippets Groups Projects
Commit e84c5e0b authored by Edvin Bergström's avatar Edvin Bergström
Browse files

fixed some spelling

parent e5f6d262
No related branches found
No related tags found
1 merge request!6Replays
...@@ -9,7 +9,7 @@ IDAReplayObserver ...@@ -9,7 +9,7 @@ IDAReplayObserver
.. method:: IDAReplayObserver.on_game_start(self) .. method:: IDAReplayObserver.on_game_start(self)
This method is called when a replay has stared, when you inherit it you have to This method is called when a replay has started, when you inherit it you have to
call the parent's on_game_start method in order to make it work (see call the parent's on_game_start method in order to make it work (see
:ref:`replays`). :ref:`replays`).
......
...@@ -68,7 +68,7 @@ if the information you want could be collected with SC2Reader. ...@@ -68,7 +68,7 @@ if the information you want could be collected with SC2Reader.
ReplayObserver ReplayObserver
-------------- --------------
This is the second technique it is much like using a bot but whit the difference This is the second technique it is much like using a bot but with the difference
that no action can be preform just observations. that no action can be preform just observations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment