From 3767e7ba4f333e5347a6e7b06e6261b8a579c3e5 Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Mon, 27 Oct 2014 11:36:23 +0100 Subject: [PATCH] Unify the uses of "urls" vs "URLs". Use "URLs", which is more prevailing in the source code. --- .../blueprintexample/simple_page/templates/pages/layout.html | 2 +- flask/helpers.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/blueprintexample/simple_page/templates/pages/layout.html b/examples/blueprintexample/simple_page/templates/pages/layout.html index 5eaa8fc6..f312d44b 100644 --- a/examples/blueprintexample/simple_page/templates/pages/layout.html +++ b/examples/blueprintexample/simple_page/templates/pages/layout.html @@ -4,7 +4,7 @@

This is blueprint example

A simple page blueprint is registered under / and /pages - you can access it using this urls: + you can access it using this URLs: