summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQingPeng Zhan <scau.myzhan@gmail.com>2013-02-17 02:24:31 +0800
committerQingPeng Zhan <scau.myzhan@gmail.com>2013-02-17 02:24:31 +0800
commit8314215c855bbdbcdb223e8809a502201c72585f (patch)
tree26f698f2b20ff46a5e120c95ebbe3f0a06fc65c4 /docs
parent62dbb992c0648ae71ef9155005463984ba371a3f (diff)
downloadbottle-8314215c855bbdbcdb223e8809a502201c72585f.tar.gz
Fixed typo
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 5611395..a84b844 100755
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -502,7 +502,7 @@ Introducing :class:`FormsDict`
Bottle uses a special type of dictionary to store form data and cookies. :class:`FormsDict` behaves like a normal dictionary, but has some additional features to make your life easier.
-**Atribute access**: All values in the dictionary are also accessible as attributes. These virtual attributes return unicode strings, even if the value is missing or unicode decoding fails. In that case, the string is empty, but still present::
+**Attribute access**: All values in the dictionary are also accessible as attributes. These virtual attributes return unicode strings, even if the value is missing or unicode decoding fails. In that case, the string is empty, but still present::
name = request.cookies.name