diff -r ee924673d83a Doc/library/stdtypes.rst --- a/Doc/library/stdtypes.rst Tue Dec 24 11:04:06 2013 +0200 +++ b/Doc/library/stdtypes.rst Wed Dec 25 07:22:43 2013 +0400 @@ -1668,9 +1668,8 @@ Previously, all negative indices were truncated to zero. (6) - The :meth:`pop` method is only supported by the list and array types. The - optional argument *i* defaults to ``-1``, so that by default the last item is - removed and returned. + The :meth:`pop` method's optional argument *i* defaults to ``-1``, so that + by default the last item is removed and returned. (7) The :meth:`sort` and :meth:`reverse` methods modify the list in place for