Factorio: typo

This commit is contained in:
Fabian Dill 2022-08-20 19:22:03 +02:00 committed by Fabian Dill
parent a074d16297
commit 83bcb441bf
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def generate_mod(world, output_directory: str):
random = multiworld.slot_seeds[player]
def flop_random(low, high, base=None):
"""Guarentees 50% below base and 50% above base, uniform distribution in each direction."""
"""Guarantees 50% below base and 50% above base, uniform distribution in each direction."""
if base:
distance = random.random()
if random.randint(0, 1):