]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/tools/img2py.py
some wxUniv docs
[wxWidgets.git] / wxPython / tools / img2py.py
index 6af6409fa22d0bd4e61d7aa3cee8190a2f6ad6c1..4b9204123fedb2ff87fb7599601276f353128d7e 100644 (file)
@@ -38,7 +38,7 @@ import img2xpm
 
 
 def crunch_data(data, compressed):
-    # convert the lines to a Python list, pickle it and compress the result.
+    # convert the lines to a Python list, pickle it and optionally compress the result.
     lines = []
     for line in data:
         if line[0] == "\"":