Browse Source

correct spelling

ascension
tBKwtWS 1 tuần trước cách đây
mục cha
commit
78a137e7fa
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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