From: Bob Halley Date: Sun, 1 Jan 2017 17:33:39 +0000 (-0800) Subject: fix typo X-Git-Tag: v1.16.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9849adc08074b9ed6300d818f28cea8504241f39;p=thirdparty%2Fdnspython.git fix typo --- diff --git a/doc/py2vs3.rst b/doc/py2vs3.rst index f926efeb..c21740cc 100644 --- a/doc/py2vs3.rst +++ b/doc/py2vs3.rst @@ -8,7 +8,7 @@ works for both. The most significant user-visible differences between the two are in the representations of binary data and textual data. For Python 3, -binary data stored using the `bytes` type, and textual data is stored +binary data is stored using the `bytes` type, and textual data is stored using the `str` type. For Python 2, binary data is stored using the `str` type, and textual data can use the `str` or `unicode` types. Because there is a single source tree, the documentation will refer to