PEP 0372: `__reverse__` -> `__reversed__`

This commit is contained in:
Armin Ronacher 2008-06-17 09:23:26 +00:00
parent 815abaa790
commit 3bb6dabe2f
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ New methods not available on dict:
``odict.reverse()``
Reverses the odict in place.
``odict.__reverse__()``
``odict.__reversed__()``
Supports reverse iteration by key.
``odict.__eq__()`` / ``odict.__ne__()``