]> granicus.if.org Git - python/commitdiff
Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 11:02:46 +0000 (11:02 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 11:02:46 +0000 (11:02 +0000)
Doc/c-api/exceptions.rst

index d26e1200c73203160578dc378d0a46fa760f694a..4c946c1d6ae05d1e1e5e345ce705102b779d6a71 100644 (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.