Removed unnecessary comma
This commit is contained in:
@@ -13,7 +13,7 @@ class TFTheOne:
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def printme(self):
|
def printme(self):
|
||||||
print self._value,
|
print self._value
|
||||||
|
|
||||||
#
|
#
|
||||||
# The functions
|
# The functions
|
||||||
|
|||||||
Reference in New Issue
Block a user