diff --git a/docs/idareplayobserver.rst b/docs/idareplayobserver.rst index ed7c17a172b52f7d2f6f57215ff7b80359103fcb..8d34f274cccc955fb370770ea0ef63b9ff8e2154 100644 --- a/docs/idareplayobserver.rst +++ b/docs/idareplayobserver.rst @@ -9,7 +9,7 @@ IDAReplayObserver .. 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 :ref:`replays`). diff --git a/docs/replays.rst b/docs/replays.rst index be0b533bb32ec860c1d825713010534d76f834f6..0ca0179f6011a90ef1c6b52b4e86baa30f73e20d 100644 --- a/docs/replays.rst +++ b/docs/replays.rst @@ -68,7 +68,7 @@ if the information you want could be collected with SC2Reader. 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.