Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886455c commit beca27aCopy full SHA for beca27a
1 file changed
Objects/bytesobject.c
@@ -1437,7 +1437,7 @@ PyDoc_STRVAR(strip__doc__,
1437
"B.strip([bytes]) -> bytes\n\
1438
\n\
1439
Strip leading and trailing bytes contained in the argument.\n\
1440
-If the argument is omitted, strip trailing ASCII whitespace.");
+If the argument is omitted, strip leading and trailing ASCII whitespace.");
1441
static PyObject *
1442
bytes_strip(PyBytesObject *self, PyObject *args)
1443
{
0 commit comments