Skip to content

Commit

Permalink
fix typo in conversation logging
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591335671
Change-Id: If967f1d10523babbf90dd518839fd9dd86dd5f69
  • Loading branch information
jzleibo authored and copybara-github committed Dec 15, 2023
1 parent cec8afd commit 93cd8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/environment/scenes/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def update_after_event(self, event_statement: str):
# The event_statement contains the last utterence in the conversation
self._state += '\n' + event_statement
if self._verbose:
self._log(f'Current state of converstion: {self._state}')
self._log(f'Current state of conversation: {self._state}')
for player in self._players:
player.observe(event_statement)

Expand Down

0 comments on commit 93cd8b7

Please sign in to comment.