[Python-checkins] r87529 - python/branches/py3k/Doc/c-api/exceptions.rst

victor.stinner python-checkins at python.org
Tue Dec 28 12:02:46 CET 2010


Author: victor.stinner
Date: Tue Dec 28 12:02:46 2010
New Revision: 87529

Log:
Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string


Modified:
   python/branches/py3k/Doc/c-api/exceptions.rst

Modified: python/branches/py3k/Doc/c-api/exceptions.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/exceptions.rst	(original)
+++ python/branches/py3k/Doc/c-api/exceptions.rst	Tue Dec 28 12:02:46 2010
@@ -148,7 +148,7 @@
    This function sets the error indicator and returns *NULL*.  *exception*
    should be a Python exception class.  The *format* and subsequent
    parameters help format the error message; they have the same meaning and
-   values as in :c:func:`PyUnicode_FromFormat`. *format* is an ASCII-encoding
+   values as in :c:func:`PyUnicode_FromFormat`. *format* is an ASCII-encoded
    string.
 
 


More information about the Python-checkins mailing list