src/pyams_utils/attr.py
changeset 380 c062ab4db6cd
parent 297 7b2ec89e3898
child 408 cf2304af0fab
--- a/src/pyams_utils/attr.py	Tue Jun 18 16:53:34 2019 +0200
+++ b/src/pyams_utils/attr.py	Wed Jun 26 10:39:34 2019 +0200
@@ -10,6 +10,13 @@
 # FOR A PARTICULAR PURPOSE.
 #
 
+"""PyAMS_utils.attr module
+
+This module provides an :ref:`ITraversable` adapter which can be used to get access to an object's
+attribute from a browser URL.
+This adapter is actually used to get access to 'file' attributes in PyAMS_file package.
+"""
+
 __docformat__ = 'restructuredtext'
 
 from pyramid.exceptions import NotFound
@@ -28,7 +35,7 @@
 
     /path/to/object/++attr++name
 
-    Where *name* is the name of the requested attribute
+    Where *name* is the name of the requested attribute.
     """
 
     def traverse(self, name, furtherpath=None):