mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Docstring typo
This commit is contained in:
parent
30fa13f3a0
commit
d897264464
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue