Merge pull request #2839 from jlara310/master

Typo in docs
This commit is contained in:
David Lord 2018-06-27 22:25:16 -07:00 committed by GitHub
commit b9ad458cea

View file

@ -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.