Updated docstring
authorThierry Florac <tflorac@ulthar.net>
Thu, 08 Feb 2018 13:14:07 +0100
changeset 378 747671dffc66
parent 377 20f42f602162
child 379 8f90682f0fce
Updated docstring
src/pyams_content/skin/routes.py
--- a/src/pyams_content/skin/routes.py	Thu Feb 08 12:27:48 2018 +0100
+++ b/src/pyams_content/skin/routes.py	Thu Feb 08 13:14:07 2018 +0100
@@ -34,7 +34,12 @@
 
 @view_config(route_name='oid_access')
 def get_oid_access(request):
-    """Get direct access to given OID"""
+    """Get direct access to given OID
+
+    This route can be used to get a direct access to a given content,
+    just by submitting an URL like /+/{oid}, where {oid} is the "short"
+    sequence OID.
+    """
     oid = request.matchdict.get('oid')
     if oid:
         view_name = request.matchdict.get('view')