summaryrefslogtreecommitdiff
path: root/bottle.py
diff options
context:
space:
mode:
Diffstat (limited to 'bottle.py')
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 2d05421..cc5884d 100755
--- a/bottle.py
+++ b/bottle.py
@@ -512,7 +512,7 @@ class Router(object):
class Route(object):
""" This class wraps a route callback along with route specific metadata and
configuration and applies Plugins on demand. It is also responsible for
- turing an URL path rule into a regular expression usable by the Router.
+ turning an URL path rule into a regular expression usable by the Router.
"""
def __init__(self, app, rule, method, callback,