Fixed rst syntax error in pep 372

This commit is contained in:
Armin Ronacher 2008-06-19 11:40:35 +00:00
parent 9920f48254
commit cc4edbbe38
1 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ extra or changed operations:
``odict_keys.__getitem__(index)``
Returns the key for an index. This is equivalent to ``odict.byindex(index) ``
Returns the key for an index. This is equivalent to ``odict.byindex(index)``.
``odict_keys.index(key)``
@ -170,11 +170,11 @@ extra or changed operations:
``odict_keys.__iter__()``
Has the same semantics as ``odict.__iter__()``
Has the same semantics as ``odict.__iter__()``.
``odict_keys.__reversed__()``
Has the same semantics as ``odict.__reversed__()``
Has the same semantics as ``odict.__reversed__()``.
``odict_keys.__cmp__()`` / ``odict_keys.__eq__()`` / ``odict_keys.__ne__()``