aboutsummaryrefslogtreecommitdiff
path: root/snippets/python
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-03-02 09:09:21 -0700
committerCody Hiar <codyfh@gmail.com>2017-03-02 09:09:21 -0700
commitd06f08642091d510c472bbe60254a8241d67e50f (patch)
treecbc2693f459840e80974df133caa70a7760b0345 /snippets/python
parentf95311ce4de26cf2c2db14906410f55589fab0a8 (diff)
Removing extra spaces
Diffstat (limited to 'snippets/python')
-rw-r--r--snippets/python/pyclass.py8
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
+ """