Correct typo in app.py

This commit is contained in:
Em (Ethan) Ruszanowski 2024-02-17 20:46:19 -05:00
parent 11b003bca4
commit 2ec2ec8d3a
Signed by: em
GPG key ID: C725D6E571252B96

2
app.py
View file

@ -27,7 +27,7 @@ class Run:
def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str] | None:
"""
Given a run, return all possible spwns for location.
Given a run, return all possible spawns for location.
:param remaining_power: The remaining power in the current location.
:return: A list of all creatures that may still spawn.