[Python-checkins] cpython (3.3): Issue #18627: Fix typo noticed by Vajrasky Kok.

ned.deily python-checkins at python.org
Fri Aug 2 07:13:55 CEST 2013


http://hg.python.org/cpython/rev/3716d64f846b
changeset:   84971:3716d64f846b
branch:      3.3
parent:      84969:0a4afa8833b5
user:        Ned Deily <nad at acm.org>
date:        Thu Aug 01 22:12:29 2013 -0700
summary:
  Issue #18627: Fix typo noticed by Vajrasky Kok.

files:
  Modules/hashlib.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/hashlib.h b/Modules/hashlib.h
--- 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 { \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list