VirtualMailManager/config.py
branchv0.7.x
changeset 670 f374ef062c94
parent 658 ad967c4b7fe5
child 674 995203a101e1
--- a/VirtualMailManager/config.py	Sun Dec 30 16:41:19 2012 +0000
+++ b/VirtualMailManager/config.py	Sun Dec 30 18:08:23 2012 +0000
@@ -406,7 +406,7 @@
 
     def get_in_bytes(self, section, option):
         """Converts the size value (e.g.: 1024k) from the *option*'s
-        value to a long"""
+        value to a integer"""
         return size_in_bytes(self.get(section, option))
 
     def str(self, section, option):