]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
title change
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 May 2006 22:45:04 +0000 (22:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 May 2006 22:45:04 +0000 (22:45 +0000)
doc/build/content/document_base.myt

index 38d13ec811ad7b2ca9a74c7aa9b6962f9b081d1e..9c59cdb35c40c45cd1e417a8aebc1bf3b3006f82 100644 (file)
     wrapper='section_wrapper.myt'
     onepage='documentation'
     index='index'
-    title='SQLAlchemy Documentation'
+    title='SQLAlchemy 0.1 Documentation'
     version = '0.1.7'
 </%attr>
 
 <%method title>
 % try:
 #  avoid inheritance via attr instead of attributes
-    <% m.base_component.attr['title'] %> - SQLAlchemy Documentation
+    <% m.base_component.attr['title'] %> - SQLAlchemy 0.1 Documentation
 % except KeyError:
-    SQLAlchemy Documentation
+    SQLAlchemy 0.1 Documentation
 %
 </%method>