summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/mako_templating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/mako_templating.py b/pyramid/mako_templating.py
index 5fde4e346..c79de7217 100644
--- a/pyramid/mako_templating.py
+++ b/pyramid/mako_templating.py
@@ -50,7 +50,7 @@ class PkgResourceTemplateLookup(TemplateLookup):
if os.path.isfile(srcfile):
return self._load(srcfile, uri)
raise exceptions.TopLevelLookupException(
- "Cant locate template for uri %r" % uri)
+ "Can not locate template for uri %r" % uri)
return TemplateLookup.get_template(self, uri)