From f36c340f110a821ecc78c6d0122e215736445592 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 12 Jan 2018 16:16:53 -0600 Subject: [PATCH] Correct spacing issue --- cogs/tutorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/tutorial.py b/cogs/tutorial.py index dd672ba..fab8bf5 100644 --- a/cogs/tutorial.py +++ b/cogs/tutorial.py @@ -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)