Style fixes
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 02 Apr 2009 23:06:39 +0000
changeset 2061 c7ba473b091e
parent 2060 45029d87be4a
child 2062 9c739b37c367
Style fixes Patch by: Sverre Rabbelier
scripts/stats.py
--- a/scripts/stats.py	Thu Apr 02 23:06:28 2009 +0000
+++ b/scripts/stats.py	Thu Apr 02 23:06:39 2009 +0000
@@ -173,7 +173,7 @@
 
 
 def dumpPickle(target, name):
-  """Dumps a pickle"
+  """Dumps a pickle.
   """
 
   f = open("%s.dat" % name, 'w')