From bb63298b71b4f06456946b4a817198a099b17dbd Mon Sep 17 00:00:00 2001 From: Juan Lara Date: Wed, 27 Jun 2018 21:49:21 -0700 Subject: [PATCH] Typo in docs "keeps track on" -> "keeps track of" --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index cdb05638..ee7eb041 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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.