[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py URL fix

Andreas Jung andreas at andreas-jung.com
Sun May 13 10:26:54 EDT 2007


Log message for revision 75717:
  URL fix
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py	2007-05-13 14:26:08 UTC (rev 75716)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py	2007-05-13 14:26:53 UTC (rev 75717)
@@ -55,7 +55,7 @@
             self.getMapper('B'). This method is useful if you don't want
             to pass the wrapper around this the wrapper is officially
             the only way to get hold of a mapper by name. See also
-            http://groups.google.com/group/sqlalchemy/browse_thread/thread/%2018fb2e2818bdc032/5c2dfd71679925cb#5c2dfd71679925cb
+            http://groups.google.com/group/sqlalchemy/browse_thread/thread/18fb2e2818bdc032/5c2dfd71679925cb#5c2dfd71679925cb
         """
         return class_mapper(self.__class__).props[name].mapper.class_
 



More information about the Checkins mailing list