Kaydet (Commit) d8972644 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Docstring typo

üst 30fa13f3
......@@ -2725,7 +2725,7 @@ PyDoc_STRVAR(pop__doc__,
"B.pop([index]) -> int\n\
\n\
Remove and return a single item from B. If no index\n\
argument is give, will pop the last value.");
argument is given, will pop the last value.");
static PyObject *
bytes_pop(PyByteArrayObject *self, PyObject *args)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment