docs: fix simple typo, asynmmetrical -> asymmetrical

There is a small typo in spaceship_generator.py.

Should read `asymmetrical` rather than `asynmmetrical`.
pull/39/head
Tim Gates 2020-12-23 09:17:10 +11:00
rodzic 4c61821b64
commit 30bd5e00c3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: AE3BE0D53823CF05
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -585,7 +585,7 @@ def generate_spaceship(random_seed='',
face = ribbed_extrude_face(
bm, face, hull_segment_length, randint(2, 4), rib_scale)
# Add some large asynmmetrical sections of the hull that stick out
# Add some large asymmetrical sections of the hull that stick out
if create_asymmetry_segments:
for face in bm.faces[:]:
# Skip any long thin faces as it'll probably look stupid