Chris McDonough
2011-09-20 579c2386dd70a35b8665fd194ad3883d48839c98
Merge pull request #282 from dairiki/master

Trivial grammar/punctuation fix
1 files modified
2 ■■■ changed files
pyramid/mako_templating.py 2 ●●● patch | view | raw | blame | history
pyramid/mako_templating.py
@@ -50,7 +50,7 @@
                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)