mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string
This commit is contained in:
parent
68eb464bc7
commit
b1dbd10c42
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue