Skip to content

Commit 2bfe0ff

Browse files
authored
Fixed typo in docstring
1 parent c3d4ec9 commit 2bfe0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vim_turing_machine/vim_machine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _move_pointer(self):
6666
class VimTuringMachine(TuringMachine):
6767

6868
def run(self, initial_tape, auto_step=True):
69-
"""Genrates vim machine in an output file"""
69+
"""Generates vim machine in an output file"""
7070
self.initialize_machine(initial_tape)
7171

7272
with open(VIM_MACHINE_FILENAME, 'w') as machine:

0 commit comments

Comments
 (0)