devtools/__init__.py
changeset 7222 fcb8932082a5
parent 7217 4b860903d8c7
child 7235 5a0ee8de7f06
--- a/devtools/__init__.py	Thu Apr 14 11:38:10 2011 +0200
+++ b/devtools/__init__.py	Thu Apr 14 14:18:44 2011 +0200
@@ -384,7 +384,7 @@
 
 
     def get_cnx(self):
-        """return Connection object ont he current repository"""
+        """return Connection object on the current repository"""
         from cubicweb.dbapi import in_memory_cnx
         repo = self.get_repo()
         sources = self.config.sources()