Skip to content

Commit 91cc3a2

Browse files
authored
Update game_of_life.py (TheAlgorithms#8703)
Rectify spelling in docstring
1 parent 7310514 commit 91cc3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cellular_automata/game_of_life.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from matplotlib import pyplot as plt
3535
from matplotlib.colors import ListedColormap
3636

37-
usage_doc = "Usage of script: script_nama <size_of_canvas:int>"
37+
usage_doc = "Usage of script: script_name <size_of_canvas:int>"
3838

3939
choice = [0] * 100 + [1] * 10
4040
random.shuffle(choice)

0 commit comments

Comments
 (0)