We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7310514 commit 91cc3a2Copy full SHA for 91cc3a2
cellular_automata/game_of_life.py
@@ -34,7 +34,7 @@
34
from matplotlib import pyplot as plt
35
from matplotlib.colors import ListedColormap
36
37
-usage_doc = "Usage of script: script_nama <size_of_canvas:int>"
+usage_doc = "Usage of script: script_name <size_of_canvas:int>"
38
39
choice = [0] * 100 + [1] * 10
40
random.shuffle(choice)
0 commit comments