diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-02 09:09:21 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-02 09:09:21 -0700 |
commit | d06f08642091d510c472bbe60254a8241d67e50f (patch) | |
tree | cbc2693f459840e80974df133caa70a7760b0345 /snippets/python/pyclass.py | |
parent | f95311ce4de26cf2c2db14906410f55589fab0a8 (diff) |
Removing extra spaces
Diffstat (limited to 'snippets/python/pyclass.py')
-rw-r--r-- | snippets/python/pyclass.py | 8 |
1 files changed, 4 insertions, 4 deletions
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 + """ |