Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 573caa3

Browse files
committed
#10124: typo fix.
1 parent 8e4ddcf commit 573caa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/cporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Python 3.0's :func:`str` (``PyString_*`` functions in C) type is equivalent to
5050
compatibility with 3.0, :c:type:`PyUnicode` should be used for textual data and
5151
:c:type:`PyBytes` for binary data. It's also important to remember that
5252
:c:type:`PyBytes` and :c:type:`PyUnicode` in 3.0 are not interchangeable like
53-
:c:type:`PyString` and :c:type:`PyString` are in 2.x. The following example
53+
:c:type:`PyString` and :c:type:`PyUnicode` are in 2.x. The following example
5454
shows best practices with regards to :c:type:`PyUnicode`, :c:type:`PyString`,
5555
and :c:type:`PyBytes`. ::
5656

0 commit comments

Comments
 (0)