1.0 -> 0.11 in the docs

This commit is contained in:
Armin Ronacher 2016-05-26 20:52:17 +02:00
parent 1df426aaaa
commit f9ea3fe026
7 changed files with 21 additions and 11 deletions

View file

@ -289,7 +289,7 @@ thing, like it does for :class:`request` and :class:`session`.
It's now also possible to use the ``in`` operator on it to see if an
attribute is defined and it yields all keys on iteration.
As of 1.0 you can use :meth:`pop` and :meth:`setdefault` in the same
As of 0.11 you can use :meth:`pop` and :meth:`setdefault` in the same
way you would use them on a dictionary.
This is a proxy. See :ref:`notes-on-proxies` for more information.