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 f4b0f64482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.