Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string
This commit is contained in:
parent
68eb464bc7
commit
b1dbd10c42
|
@ -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*
|
This function sets the error indicator and returns *NULL*. *exception*
|
||||||
should be a Python exception class. The *format* and subsequent
|
should be a Python exception class. The *format* and subsequent
|
||||||
parameters help format the error message; they have the same meaning and
|
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.
|
string.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue