diff options
-rw-r--r-- | oo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ class ooPlay: """Write one of the help messages.""" if self.help_ind == 0: self.write("Help on controls.") - self.write("arrow keys: move cursor") + self.write("arrow or vi keys: move cursor") self.write("space bar or return: rotates piece") self.write("q: quit game") self.write("n: new game") |