1
0
Fork 0
mirror of synced 2024-05-05 13:12:34 +12:00

Correct spacing issue

This commit is contained in:
Phxntxm 2018-01-12 16:16:53 -06:00
parent 86f9984998
commit f36c340f11

View file

@ -91,9 +91,9 @@ class Tutorial:
# This is the = from the partition, if it exists, then there's a default...hence the name
if has_default:
string += "optional"
string += ", optional)"
else:
string += "required"
string += ", required)"
# Now push our string to the list of params
params.append(string)