Removed unnecessary comma

This commit is contained in:
Crista Lopes
2013-11-28 15:21:34 -08:00
parent 9a4c833bc9
commit 6e1e07e56f

View File

@@ -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