We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d4ec9 commit 2bfe0ffCopy full SHA for 2bfe0ff
vim_turing_machine/vim_machine.py
@@ -66,7 +66,7 @@ def _move_pointer(self):
66
class VimTuringMachine(TuringMachine):
67
68
def run(self, initial_tape, auto_step=True):
69
- """Genrates vim machine in an output file"""
+ """Generates vim machine in an output file"""
70
self.initialize_machine(initial_tape)
71
72
with open(VIM_MACHINE_FILENAME, 'w') as machine:
0 commit comments