rtags.py
branchstable
changeset 5314 86e5abbebfaf
parent 4931 92c9d0a5dc11
child 5421 8167de96c523
--- a/rtags.py	Fri Apr 16 16:43:41 2010 +0200
+++ b/rtags.py	Fri Apr 16 17:00:49 2010 +0200
@@ -4,7 +4,10 @@
 #:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 
 """
-A RelationTag object is an object which allows to link a configuration information to a relation definition. For instance, the standard primary view uses a RelationTag object (uicfg.primaryview_section) to get the section to display relations.
+A RelationTag object is an object which allows to link a configuration
+information to a relation definition. For instance, the standard
+primary view uses a RelationTag object (uicfg.primaryview_section) to
+get the section to display relations.
 
 .. sourcecode:: python