summaryrefslogtreecommitdiff
path: root/horizon/base.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-24 14:42:14 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-24 14:42:14 -0500
commitc1b4269443e97ba6a9532802197e9f4525a1a678 (patch)
tree295357b441a71baa17f23724ac64f3e21d3edc1f /horizon/base.py
parent5eaa984b61162ddf4580893e227db7f57e152df6 (diff)
downloadhorizon-c1b4269443e97ba6a9532802197e9f4525a1a678.tar.gz
Fixed several typos in comments
Change-Id: I230414c703cf47d7ec727362c20f1814324a2447
Diffstat (limited to 'horizon/base.py')
-rw-r--r--horizon/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/base.py b/horizon/base.py
index 9f9d5f3ad..a26234dec 100644
--- a/horizon/base.py
+++ b/horizon/base.py
@@ -725,7 +725,7 @@ class Site(Registry, HorizonComponent):
"""Lazy loading for URL patterns.
This method avoids problems associated with attempting to evaluate
- the the URLconf before the settings module has been loaded.
+ the URLconf before the settings module has been loaded.
"""
def url_patterns():
return self._urls()[0]