forked from orbit-oss/flask
Typo in docs
"keeps track on" -> "keeps track of"
This commit is contained in:
parent
827536e20a
commit
bb63298b71
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ To access the current session you can use the :class:`session` object:
|
||||||
.. class:: session
|
.. class:: session
|
||||||
|
|
||||||
The session object works pretty much like an ordinary dict, with the
|
The session object works pretty much like an ordinary dict, with the
|
||||||
difference that it keeps track on modifications.
|
difference that it keeps track of modifications.
|
||||||
|
|
||||||
This is a proxy. See :ref:`notes-on-proxies` for more information.
|
This is a proxy. See :ref:`notes-on-proxies` for more information.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue