From f6b87e5f8ab571f4a1b14cad66c8ec496149586d Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Mon, 17 Sep 2007 15:33:25 -0700 Subject: [PATCH] Updating doc string --HG-- branch : trunk --- beaker/ext/database.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beaker/ext/database.py b/beaker/ext/database.py index 1ba690f1..afdc751d 100644 --- a/beaker/ext/database.py +++ b/beaker/ext/database.py @@ -32,6 +32,8 @@ def __init__(self, namespace, url=None, sa_opts=None, optimistic=False, **params): """Creates a database namespace manager + ``url`` + SQLAlchemy compliant db url ``sa_opts`` A dictionary of SQLAlchemy keyword options to initialize the engine with.