summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvascop <vascogpinho@gmail.com>2015-01-10 19:26:32 +0000
committerMarcel Hellkamp <marc@gsites.de>2019-12-18 22:04:32 +0100
commit8e898e408a9d7460151c328b5c09079e91e0d6c9 (patch)
treefb7fa8037a452f2b745e05f273a93a6621c7b68a
parente543073b4769c614bf3ec6a0d84e0ffa16cfb914 (diff)
downloadbottle-8e898e408a9d7460151c328b5c09079e91e0d6c9.tar.gz
fix typo in the Route class docstring
-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,