mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #8983: Corrected docstrings.
This commit is contained in:
parent
4a339ad628
commit
977a684c94
5 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue