diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:27:11 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:27:11 (GMT) |
commit | 92016dcc912e9c44a9d34ac49994ac576084349c (patch) | |
tree | 49b2ee083e9339dc81eeaa5beaf5300674a0d46f /Doc/ref | |
parent | 0e5a51d96222d7b9e8669c87f68ea4d372a73f5c (diff) | |
download | cpython-92016dcc912e9c44a9d34ac49994ac576084349c.zip cpython-92016dcc912e9c44a9d34ac49994ac576084349c.tar.gz cpython-92016dcc912e9c44a9d34ac49994ac576084349c.tar.bz2 |
SF 810242. Fix doubled word errors.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 2ab1a01..e235963 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -1656,7 +1656,7 @@ the key-item pairs. The following optional methods can be defined to further emulate sequence objects. Immutable sequences methods should at most only define \method{__getslice__()}; mutable sequences might define all three -three methods. +methods. \begin{methoddesc}[sequence object]{__getslice__}{self, i, j} \deprecated{2.0}{Support slice objects as parameters to the |