From 9849adc08074b9ed6300d818f28cea8504241f39 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 1 Jan 2017 09:33:39 -0800 Subject: [PATCH] fix typo --- doc/py2vs3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3