From: Victor Stinner Date: Tue, 28 Dec 2010 11:02:46 +0000 (+0000) Subject: Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string X-Git-Tag: v3.2rc1~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1dbd10c425716ba94d0e62f8372aa5234aab5d1;p=python Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string --- diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index d26e1200c7..4c946c1d6a 100644 --- a/Doc/c-api/exceptions.rst +++ b/Doc/c-api/exceptions.rst @@ -148,7 +148,7 @@ in various ways. There is a separate error indicator for each thread. 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.