diff options
| author | Tres Seaver <tseaver@palladion.com> | 2008-07-16 15:28:24 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2008-07-16 15:28:24 +0000 |
| commit | d62151ed86b65b6f980bc64f666defed376d7354 (patch) | |
| tree | 2b155182bff30baac6ba59cc8c84ad709067fbc9 /README.txt | |
| parent | 16becf1612850c943a79b8aaed4674f9bd087886 (diff) | |
| download | pyramid-d62151ed86b65b6f980bc64f666defed376d7354.tar.gz pyramid-d62151ed86b65b6f980bc64f666defed376d7354.tar.bz2 pyramid-d62151ed86b65b6f980bc64f666defed376d7354.zip | |
Typo.
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
