summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-02 23:53:52 -0500
committerChris McDonough <chrism@plope.com>2011-01-02 23:53:52 -0500
commitaf9935209396d741ca6ec90c82b0a984e1d3b27f (patch)
treecd05f8fc9d7c585c4d80f43082a2d5db718fb53f /TODO.txt
parent4f729f40369c0c1d4b1d48db3c9dee520f94a255 (diff)
downloadpyramid-af9935209396d741ca6ec90c82b0a984e1d3b27f.tar.gz
pyramid-af9935209396d741ca6ec90c82b0a984e1d3b27f.tar.bz2
pyramid-af9935209396d741ca6ec90c82b0a984e1d3b27f.zip
typo:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 1badf9b2a..e7ac216e7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -32,7 +32,7 @@ Should-Have
- ``current_route_url`` function. https://gist.github.com/762842
- Convert paster template and tutorial HTML templates to use
- ``request.static_url('{{package}}:static/foo.css') rather than
+ ``request.static_url('{{package}}:static/foo.css')`` rather than
``${request.application_url}/static/foo.css``.
- Add notes about renderer response attrs to request docs.