devtools/__init__.py
branchstable
changeset 7856 51a3fb272bf3
parent 7815 2a164a9cf81c
child 7879 9aae456abab5
--- a/devtools/__init__.py	Fri Sep 23 12:16:29 2011 +0200
+++ b/devtools/__init__.py	Tue Jun 07 11:42:08 2011 +0200
@@ -260,8 +260,9 @@
     Example usage::
 
       class MyTests(CubicWebTC):
-          _config = RealDatabseConfiguration('myapp',
-                                             sourcefile='/path/to/sources')
+          _config = RealDatabaseConfiguration('myapp',
+                                              sourcefile='/path/to/sources')
+
           def test_something(self):
               rset = self.execute('Any X WHERE X is CWUser')
               self.view('foaf', rset)