From dd91a165ccd0c8ada181fa657f4ac457fddcc711 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 8 Dec 2008 00:20:20 +0000 Subject: - restored the main search form - fixed search highlighting - the url docstring works again from a ReST perspective, still not PDF --- lib/sqlalchemy/engine/url.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/sqlalchemy/engine') diff --git a/lib/sqlalchemy/engine/url.py b/lib/sqlalchemy/engine/url.py index 5d5ce0bd0..035e28693 100644 --- a/lib/sqlalchemy/engine/url.py +++ b/lib/sqlalchemy/engine/url.py @@ -102,13 +102,14 @@ class URL(object): used as the keys by default. Unset or false attributes are omitted from the final dictionary. - :param \**kw: Optional, alternate key names for url attributes:: + :param \**kw: Optional, alternate key names for url + attributes:: - # return 'username' as 'user' - username='user' + # return 'username' as 'user' + username='user' - # omit 'database' - database=None + # omit 'database' + database=None :param names: Deprecated. Same purpose as the keyword-based alternate names, but correlates the name to the original positionally. -- cgit v1.2.1