Kaydet (Commit) 3a75b220 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove unused docstring

üst 267d4173
...@@ -1851,9 +1851,6 @@ dict_sizeof(PyDictObject *mp) ...@@ -1851,9 +1851,6 @@ dict_sizeof(PyDictObject *mp)
return PyLong_FromSsize_t(res); 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__, PyDoc_STRVAR(contains__doc__,
"D.__contains__(k) -> True if D has a key k, else False"); "D.__contains__(k) -> True if D has a key k, else False");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment