From d66bee2e382d16e1e332aba111e37b2ac53f41d5 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 12 Jan 2018 16:18:03 -0600 Subject: [PATCH] Correct spacing issue --- cogs/tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/tutorial.py b/cogs/tutorial.py index fab8bf5..171ae7e 100644 --- a/cogs/tutorial.py +++ b/cogs/tutorial.py @@ -106,7 +106,7 @@ class Tutorial: if example and result: embed.add_field( name="Example", - value="{}\n{}".format(example, result), + value="{}\n{}".format(example.strip(), result.strip()), inline=False ) try: