Commit b1dbd10c authored by Victor Stinner's avatar Victor Stinner

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

parent 68eb464b
...@@ -148,7 +148,7 @@ in various ways. There is a separate error indicator for each thread. ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment