Эх сурвалжийг харах

correct spelling

ascension
tBKwtWS 1 долоо хоног өмнө
parent
commit
78a137e7fa
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -223,7 +223,7 @@ def life_loop():
         paint_life()
 
 # End the game neatly:
-def ascention():
+def ascension():
     genesis_position()
 
     # Remove seeds
@@ -240,7 +240,7 @@ def ascention():
 def main():
     seed()
     life_loop()
-    ascention() # The script should not run forever, making some unintended biblical implications...
+    ascension() # The script should not run forever, making some unintended biblical implications...
 
 
 # don't change this code