summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-08-02 05:12:29 (GMT)
committerNed Deily <nad@acm.org>2013-08-02 05:12:29 (GMT)
commitbd143c3760afec6609155e94279cba7d07a743bd (patch)
tree6560181baca46cc5d289a634fba7ddd5dbf76eaf /Modules
parentb5dd6d228777a12801ccc48aa1b9050b6a614576 (diff)
downloadcpython-bd143c3760afec6609155e94279cba7d07a743bd.zip
cpython-bd143c3760afec6609155e94279cba7d07a743bd.tar.gz
cpython-bd143c3760afec6609155e94279cba7d07a743bd.tar.bz2
Issue #18627: Fix typo noticed by Vajrasky Kok.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/hashlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/hashlib.h b/Modules/hashlib.h
index db39cea..4599146 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 { \