There was an error while loading. Please reload this page.
1 parent b5dd6d2 commit bd143c3Copy full SHA for bd143c3
1 file changed
Modules/hashlib.h
@@ -2,7 +2,7 @@
2
3
/*
4
* 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
+ * of PyObject_GetBuffer. Sets an exception and issues a return NULL
6
* on any errors.
7
*/
8
#define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) do { \
0 commit comments