Skip to content

Commit e83b967

Browse files
authored
Tiny naming tweak
1 parent 39e1b52 commit e83b967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Universal Generator Spiral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# ---------------------------------------------------------------------------
3434
NAME = raw_input('Galaxy Name:')
3535

36-
NUMC = int(raw_input('Number of Globular Clusters other than Central <Default:0>:') or "1")
36+
NUMC = int(raw_input('Number of Extra Globular Clusters <Default:1>:') or "1")
3737

3838
NUMHUB = int(raw_input('Number of Core Stars <Default:2000>:') or "2000")
3939

0 commit comments

Comments
 (0)