Преглед на файлове

correct spelling

ascension
tBKwtWS преди 1 седмица
родител
ревизия
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