str, bytes, bytearray docstring: remove unnecessary [...]

This commit is contained in:
Victor Stinner 2010-11-07 19:04:46 +00:00
parent e14e212221
commit c911bbfd5d
3 changed files with 3 additions and 3 deletions

View file

@ -2289,7 +2289,7 @@ bytes_endswith(PyBytesObject *self, PyObject *args)
PyDoc_STRVAR(decode__doc__,
"B.decode([encoding='utf-8'[, errors='strict']]) -> str\n\
"B.decode(encoding='utf-8', errors='strict') -> str\n\
\n\
Decode B using the codec registered for encoding. Default encoding\n\
is 'utf-8'. errors may be given to set a different error\n\