From f7b4f6e4640257711eb5399e9fa87100e34b6991 Mon Sep 17 00:00:00 2001 From: Rojikku98 <be.edvin@gmail.com> Date: Mon, 27 Jul 2020 14:15:25 +0200 Subject: [PATCH] Fixed some spelling --- docs/idareplayobserver.rst | 2 +- docs/index.rst | 2 +- docs/replays.rst | 6 +++--- docs/replayunit.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/idareplayobserver.rst b/docs/idareplayobserver.rst index 3c8f696..c9a3b93 100644 --- a/docs/idareplayobserver.rst +++ b/docs/idareplayobserver.rst @@ -3,7 +3,7 @@ IDAReplayObserver .. class:: library.IDAReplayObserver - This is a class for following a replay. Se :ref:`Replays <replays>` for a example. + This is a class for following a replay. Inherited methods: diff --git a/docs/index.rst b/docs/index.rst index 50fe4ed..73c52df 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ Table of contents constants replays idareplayobserver - replayuinit + replayunit .. autosummary:: :toctree: _autosummary diff --git a/docs/replays.rst b/docs/replays.rst index 6fb6d23..be0b533 100644 --- a/docs/replays.rst +++ b/docs/replays.rst @@ -60,7 +60,7 @@ Here is a short example that uses SC2Reader to extract the build order. SC2Reader has good documation_ that also describe what information could be found. `What is in a Replay`_ and Events_ gives a good idea -if the information you want could be colleced whithe SC2Reader. +if the information you want could be collected with SC2Reader. .. _documation: https://sc2reader.readthedocs.io/en/latest/index.html .. _What is in a Replay: https://sc2reader.readthedocs.io/en/latest/articles/whatsinareplay.html @@ -68,8 +68,8 @@ if the information you want could be colleced whithe SC2Reader. ReplayObserver -------------- -This is the second technique it is much like using a bot but whit the diffrens -that no action can be preform just observations +This is the second technique it is much like using a bot but whit the difference +that no action can be preform just observations. .. code-block:: python diff --git a/docs/replayunit.rst b/docs/replayunit.rst index c3c8214..57dd6de 100644 --- a/docs/replayunit.rst +++ b/docs/replayunit.rst @@ -4,7 +4,7 @@ ReplayUnit .. class:: library.ReplayUnit An instance of the class Unit represents one unit in a replay. A ReplayUnit is a - :class`library.Unit` white some limitations. + :class:`library.Unit` white some limitations. It is possible to use ReplayUnit as keys in a dictionary, which might be helpful for bookkeeping. -- GitLab