]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@dnspython.org>
Sun, 1 Jan 2017 17:33:39 +0000 (09:33 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 1 Jan 2017 17:33:39 +0000 (09:33 -0800)
doc/py2vs3.rst

index f926efeb10b8d2f4854366ad03b91efb5d548937..c21740ccc3518760bafdb0a6ac151f0ed8caa883 100644 (file)
@@ -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