#21662: fix typo, improve sentence flow

Patch by Steve Dougherty.
This commit is contained in:
R David Murray 2014-06-05 15:31:56 -04:00
parent 092135ebc8
commit 2c0781853a
1 changed files with 3 additions and 3 deletions

View File

@ -2102,9 +2102,9 @@ left undefined.
.. note:: .. note::
When :meth:`__index__` is defined, :meth:`__int__` should also be defined, In order to have a coherent integer type class, when :meth:`__index__` is
and both shuld return the same value, in order to have a coherent integer defined :meth:`__int__` should also be defined, and both should return
type class. the same value.
.. _context-managers: .. _context-managers: