From 65f09c46ca5ce200380cb750c2ecb41ee3db8d62 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 19 Nov 2022 18:39:33 -0800 Subject: [PATCH] Fix typo. --- game/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/version.py b/game/version.py index b19507a1..ee3e42c7 100644 --- a/game/version.py +++ b/game/version.py @@ -161,7 +161,7 @@ VERSION = _build_version_string() #: #: Version 10.3 #: * Campaign files can optionally include a start time in their recommended_start_date -#: field. For example, `recommended_start_data: 2022-08-31 13:30:00` will have the +#: field. For example, `recommended_start_date: 2022-08-31 13:30:00` will have the #: first turn start at 13:30. If omitted, or if only a date is given, the mission will #: start at a random hour in the middle of the day as before. #: