summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Hanyu <xiaohanyu1988@gmail.com>2013-06-26 17:27:11 +0800
committerXiao Hanyu <xiaohanyu1988@gmail.com>2013-06-26 17:27:11 +0800
commitad038fa5b17f11fe4fb37246daed3e50177b828b (patch)
tree38d0d8454e95052efabe64e3d3d144a14b7eef32
parent675eee2757048abf0bdb22ba723fd99fd0ebc9c8 (diff)
downloadbottle-ad038fa5b17f11fe4fb37246daed3e50177b828b.tar.gz
Just fix a typo.
Oher --> Other
-rwxr-xr-xdocs/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 7e48842..1d6c147 100755
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -60,7 +60,7 @@ Release 0.10
* A new route syntax (e.g. ``/object/<id:int>``) and support for route wildcard filters.
* Four new wildcard filters: `int`, `float`, `path` and `re`.
-* Oher changes
+* Other changes
* Added command line interface to load applications and start servers.
* Introduced a :class:`ConfigDict` that makes accessing configuration a lot easier (attribute access and auto-expanding namespaces).