Typo in docs

"keeps track on" -> "keeps track of"
This commit is contained in:
Juan Lara 2018-06-27 21:49:21 -07:00
parent 827536e20a
commit bb63298b71

View file

@ -115,7 +115,7 @@ To access the current session you can use the :class:`session` object:
.. class:: session
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.