diff options
Diffstat (limited to 'doc/build/testdocs.py')
-rw-r--r-- | doc/build/testdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/testdocs.py b/doc/build/testdocs.py index 04a825ee8..1b2936d8b 100644 --- a/doc/build/testdocs.py +++ b/doc/build/testdocs.py @@ -62,7 +62,7 @@ def replace_file(s, newfile): raise ValueError("Couldn't find suitable create_engine call to replace '%s' in it" % oldfile)
return s
-filename = 'content/datamapping.txt'
+filename = 'content/ormtutorial.txt'
s = open(filename).read()
#s = replace_file(s, ':memory:')
s = re.sub(r'{(?:stop|sql)}', '', s)
|