From d62151ed86b65b6f980bc64f666defed376d7354 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 16 Jul 2008 15:28:24 +0000 Subject: Typo. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 3c1f7684b..17a183576 100644 --- a/README.txt +++ b/README.txt @@ -415,7 +415,7 @@ perform this task):: from myapp.models import get_root import myapp - app = make_app(myapp.get_root, myapp) + app = make_app(get_root, myapp) httpserver.serve(app, host='0.0.0.0', port='5432') Viewing the Application -- cgit v1.2.3