Skip to content

Commit 970a87f

Browse files
committed
Closes #18627: merge from 3.3
2 parents ffb3289 + bd143c3 commit 970a87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/hashlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Given a PyObject* obj, fill in the Py_buffer* viewp with the result
5-
* of PyObject_GetBuffer. Sets and exception and issues a return NULL
5+
* of PyObject_GetBuffer. Sets an exception and issues a return NULL
66
* on any errors.
77
*/
88
#define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) do { \

0 commit comments

Comments
 (0)