From 142b3e274179f2cb35ff8918e6451eac25834bbb Mon Sep 17 00:00:00 2001 From: "Joel Z. Leibo" Date: Fri, 1 Nov 2024 01:42:43 -0700 Subject: [PATCH] Fix a couple whitespace typos PiperOrigin-RevId: 692093269 Change-Id: I42c2fd27b4df21c9258760566457f18fc8fe367b --- concordia/components/game_master/inventory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concordia/components/game_master/inventory.py b/concordia/components/game_master/inventory.py index 21ef925e..574e27e2 100644 --- a/concordia/components/game_master/inventory.py +++ b/concordia/components/game_master/inventory.py @@ -216,9 +216,9 @@ def update_after_event( question=( 'In the above transcript, did any of the listed individuals ' 'gain or lose any items on the list of item types? Make sure ' - 'to take into account items equivalent to the items on the list' + 'to take into account items equivalent to the items on the list ' 'e.g. if "money" is on the list but the event mentions "gold" ' - 'then treat "gold" as equivalent to "money" since gold is a type' + 'then treat "gold" as equivalent to "money" since gold is a type ' 'of money.' ) )