summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-10-14 22:29:10 +0800
committerMarcel Hellkamp <marc@gsites.de>2020-10-30 14:49:30 +0100
commit0131e74145fb17d4ee2d5fbc475fcbf7de3ced4f (patch)
tree5d926a6673562c577cf311cf4040dfd141d2c0eb
parent533c2cd76039b4e22a5c36c0e97df82b37c63670 (diff)
downloadbottle-0131e74145fb17d4ee2d5fbc475fcbf7de3ced4f.tar.gz
Correct a typo in bottle.py
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 8e08c16..9982fa5 100755
--- a/bottle.py
+++ b/bottle.py
@@ -2719,7 +2719,7 @@ class ResourceManager(object):
""" Search for a resource and return an absolute file path, or `None`.
The :attr:`path` list is searched in order. The first match is
- returend. Symlinks are followed. The result is cached to speed up
+ returned. Symlinks are followed. The result is cached to speed up
future lookups. """
if name not in self.cache or DEBUG:
for path in self.path: