entity.py
changeset 7803 02e141e41da2
parent 7798 8930f7a284dd
child 7816 a8a424a78c26
--- a/entity.py	Fri Sep 16 13:56:00 2011 +0200
+++ b/entity.py	Fri Sep 16 14:01:17 2011 +0200
@@ -269,7 +269,7 @@
                 if len(targettypes) > 1:
                     # find fetch_attrs common to all destination types
                     fetchattrs = vreg['etypes'].fetch_attrs(targettypes)
-                    # .. and handle ambiguous relations
+                    # ... and handle ambiguous relations
                     cls._fetch_ambiguous_rtypes(select, var, fetchattrs,
                                                 targettypes, vreg.schema)
                 else: