src/pyams_utils/size.py
branchdev-tf
changeset 408 cf2304af0fab
parent 331 15b593eddfcb
--- a/src/pyams_utils/size.py	Wed Nov 20 19:26:23 2019 +0100
+++ b/src/pyams_utils/size.py	Fri Nov 22 18:51:37 2019 +0100
@@ -10,7 +10,11 @@
 # FOR A PARTICULAR PURPOSE.
 #
 
-__docformat__ = 'restructuredtext'
+"""PyAMS_utils.size module
+
+This module provides a small function which can be used to convert
+a "size" value, given in bytes, to it's "human" representation.
+"""
 
 from babel import UnknownLocaleError
 from babel.core import Locale
@@ -18,6 +22,9 @@
 
 from pyams_utils.request import check_request
 
+
+__docformat__ = 'restructuredtext'
+
 from pyams_utils import _