From e84c5e0b572076bb01aef06939b374434ed36979 Mon Sep 17 00:00:00 2001 From: Rojikku98 <edvbe696@student.liu.se> Date: Tue, 28 Jul 2020 15:52:18 +0200 Subject: [PATCH] fixed some spelling --- docs/idareplayobserver.rst | 2 +- docs/replays.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/idareplayobserver.rst b/docs/idareplayobserver.rst index ed7c17a17..8d34f274c 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 be0b533bb..0ca0179f6 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. -- GitLab