From d06f08642091d510c472bbe60254a8241d67e50f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 2 Mar 2017 09:09:21 -0700 Subject: Removing extra spaces --- snippets/python/pyclass.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'snippets/python/pyclass.py') diff --git a/snippets/python/pyclass.py b/snippets/python/pyclass.py index 07d0493..1bfe115 100644 --- a/snippets/python/pyclass.py +++ b/snippets/python/pyclass.py @@ -1,5 +1,5 @@ - class jump(jump): - """jump +class jump(jump): + """jump - jump - """ + jump + """ -- cgit v1.2.3