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

This commit is contained in:
Victor Stinner 2010-12-28 11:02:46 +00:00
parent 68eb464bc7
commit b1dbd10c42
1 changed files with 1 additions and 1 deletions

View File

@ -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.