spelling
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
"""NassiShneidermann.py: Classes for the Java Instruction found by the Interpreter"""
|
||||||
|
|
||||||
"""NassiShneidermann.py: #TODO"""
|
|
||||||
|
|
||||||
__author__ = "Weckyy702"
|
__author__ = "Weckyy702"
|
||||||
|
|
||||||
@@ -20,7 +18,7 @@ import draw.code_to_image as cti
|
|||||||
|
|
||||||
class Overwrite_behaviour(IntEnum):
|
class Overwrite_behaviour(IntEnum):
|
||||||
SKIP = 0
|
SKIP = 0
|
||||||
OVERWWRITE = 1
|
OVERWRITE = 1
|
||||||
RANDOM_NAME = 2
|
RANDOM_NAME = 2
|
||||||
|
|
||||||
OB = Overwrite_behaviour
|
OB = Overwrite_behaviour
|
||||||
|
|||||||
Reference in New Issue
Block a user