]> granicus.if.org Git - python/commitdiff
Docstring typo
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 13:29:12 +0000 (13:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 13:29:12 +0000 (13:29 +0000)
Objects/bytearrayobject.c

index 6e5df19e689386256d63bef59691a7cf989cce40..b2ddf6bd988c88288469c2e094d1a6c0e94b6ea1 100644 (file)
@@ -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)
 {