Fixed rst syntax error in pep 372
This commit is contained in:
parent
9920f48254
commit
cc4edbbe38
|
@ -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__()``
|
||||
|
||||
|
|
Loading…
Reference in New Issue