]> granicus.if.org Git - python/commitdiff
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 16 Oct 2016 21:45:56 +0000 (00:45 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 16 Oct 2016 21:45:56 +0000 (00:45 +0300)
Patch by Xiang Zhang.

Doc/c-api/unicode.rst

index 3f6a604c617afe657e9dda95ce697cf2878c62dc..12a861ed823f5b4aa7f987f5a4b20b1fc04f86d0 100644 (file)
@@ -793,7 +793,7 @@ system.
    Encode a Unicode object to the current locale encoding. The
    supported error handlers are ``"strict"`` and ``"surrogateescape"``
    (:pep:`383`). The encoder uses ``"strict"`` error handler if
-   *errors* is ``NULL``. Return a :class:`bytes` object. *str* cannot
+   *errors* is ``NULL``. Return a :class:`bytes` object. *unicode* cannot
    contain embedded null characters.
 
    Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to