There was an error while loading. Please reload this page.
2 parents ffb3289 + bd143c3 commit 970a87fCopy full SHA for 970a87f
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