diff options
author | Ned Deily <nad@acm.org> | 2013-08-01 22:13:30 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-08-01 22:13:30 -0700 |
commit | 970a87fc07c780689c71764ad10de75bbac6d4d8 (patch) | |
tree | 1ade94930a3353efa10d4b4b8269bf91cb27abbe /Modules/hashlib.h | |
parent | ffb32893a35082798a511cb47cdcf3376455a59f (diff) | |
parent | bd143c3760afec6609155e94279cba7d07a743bd (diff) | |
download | cpython-git-970a87fc07c780689c71764ad10de75bbac6d4d8.tar.gz |
Closes #18627: merge from 3.3
Diffstat (limited to 'Modules/hashlib.h')
-rw-r--r-- | Modules/hashlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/hashlib.h b/Modules/hashlib.h index 7cb6ee5eae..51c68f6aa7 100644 --- a/Modules/hashlib.h +++ b/Modules/hashlib.h @@ -2,7 +2,7 @@ /* * Given a PyObject* obj, fill in the Py_buffer* viewp with the result - * of PyObject_GetBuffer. Sets and exception and issues a return NULL + * of PyObject_GetBuffer. Sets an exception and issues a return NULL * on any errors. */ #define GET_BUFFER_VIEW_OR_ERROUT(obj, viewp) do { \ |