From c911bbfd5d18ac14bf24fc7a881883debcc7c7c8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 7 Nov 2010 19:04:46 +0000 Subject: str, bytes, bytearray docstring: remove unnecessary [...] --- Objects/bytesobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/bytesobject.c') diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c index b8fa8ee255..96134a3a3f 100644 --- a/Objects/bytesobject.c +++ b/Objects/bytesobject.c @@ -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\ -- cgit v1.2.1