From 4e83baf15f3967b6d3bd8e894c039f95aad62046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Pr=C3=A4ntare?= <prantare@live.se> Date: Sat, 13 Oct 2018 11:21:21 +0200 Subject: [PATCH] Update constants.rst to test documentation. --- docs/constants.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/constants.rst b/docs/constants.rst index f49d71485..fd97774e4 100644 --- a/docs/constants.rst +++ b/docs/constants.rst @@ -30,12 +30,12 @@ Race .. class:: library.Race - The folllowing three values represent actual races + The following three values represent actual races: .. attribute:: Race.Protoss .. attribute:: Race.Terran .. attribute:: Race.Zerg - This means a randomly selected race from the three above: + The following attribute means a randomly selected race from the three above: .. attribute:: Race.Random -- GitLab