Issue #8983: Corrected docstrings.

This commit is contained in:
Alexander Belopolsky 2010-08-16 20:17:07 +00:00
parent 4a339ad628
commit 977a684c94
5 changed files with 8 additions and 8 deletions

View file

@ -1078,7 +1078,7 @@ PyDoc_STRVAR(allocate_doc,
"allocate_lock() -> lock object\n\
(allocate() is an obsolete synonym)\n\
\n\
Create a new lock object. See LockType.__doc__ for information about locks.");
Create a new lock object. See help(LockType) for information about locks.");
static PyObject *
thread_get_ident(PyObject *self)