From c44e2daf54c60cc74258ebba23625926bdb3c693 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 May 2006 22:45:04 +0000 Subject: [PATCH] title change --- doc/build/content/document_base.myt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 38d13ec811..9c59cdb35c 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -23,16 +23,16 @@ wrapper='section_wrapper.myt' onepage='documentation' index='index' - title='SQLAlchemy Documentation' + title='SQLAlchemy 0.1 Documentation' version = '0.1.7' <%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 % -- 2.47.2