Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2a01f commit 8396b8eCopy full SHA for 8396b8e
1 file changed
Doc/howto/pyporting.rst
@@ -207,7 +207,7 @@ that's ``str``/``bytes`` in Python 2 and ``bytes`` in Python 3). The following
207
table lists the **unique** methods of each data type across Python 2 & 3
208
(e.g., the ``decode()`` method is usable on the equivalent binary data type in
209
either Python 2 or 3, but it can't be used by the text data type consistently
210
-between Python 2 and 3 because ``str`` in Python 3 doesn't have the method). Due
+between Python 2 and 3 because ``str`` in Python 3 doesn't have the method). Do
211
note that as of Python 3.5 the ``__mod__`` method was added to the bytes type.
212
213
======================== =====================
0 commit comments