mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
DOC: correct bytesarray -> bytearray in comments (GH-92410)
This commit is contained in:
parent
f28ec34c5c
commit
0709586744
2 changed files with 2 additions and 2 deletions
|
@ -1998,7 +1998,7 @@ _hashlib_compare_digest_impl(PyObject *module, PyObject *a, PyObject *b)
|
|||
PyUnicode_GET_LENGTH(a),
|
||||
PyUnicode_GET_LENGTH(b));
|
||||
}
|
||||
/* fallback to buffer interface for bytes, bytesarray and other */
|
||||
/* fallback to buffer interface for bytes, bytearray and other */
|
||||
else {
|
||||
Py_buffer view_a;
|
||||
Py_buffer view_b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue