浏览代码

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