mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
remove unused docstring
This commit is contained in:
parent
267d417377
commit
3a75b2207e
@ -1851,9 +1851,6 @@ dict_sizeof(PyDictObject *mp)
|
||||
return PyLong_FromSsize_t(res);
|
||||
}
|
||||
|
||||
PyDoc_STRVAR(has_key__doc__,
|
||||
"D.has_key(k) -> True if D has a key k, else False");
|
||||
|
||||
PyDoc_STRVAR(contains__doc__,
|
||||
"D.__contains__(k) -> True if D has a key k, else False");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user