projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d268be
)
Typo fix
author
Simon Sapin
<simon.sapin@exyr.org>
Sat, 3 Dec 2011 12:05:08 +0000
(13:05 +0100)
committer
Simon Sapin
<simon.sapin@exyr.org>
Sat, 3 Dec 2011 12:05:08 +0000
(13:05 +0100)
jinja2/exceptions.py
patch
|
blob
|
history
diff --git
a/jinja2/exceptions.py
b/jinja2/exceptions.py
index 771f6a8d7a763e9bf2201ff9511dc25611ca7456..841aabbd12ff082492673b07e5de795d53fe336e 100644
(file)
--- a/
jinja2/exceptions.py
+++ b/
jinja2/exceptions.py
@@
-62,7
+62,7
@@
class TemplatesNotFound(TemplateNotFound):
def __init__(self, names=(), message=None):
if message is None:
- message = u'non of the templates given were found: ' + \
+ message = u'non
e
of the templates given were found: ' + \
u', '.join(map(unicode, names))
TemplateNotFound.__init__(self, names and names[-1] or None, message)
self.templates = list(names)