diff --git a/strings.html b/strings.html index 802148e..8c4853e 100644 --- a/strings.html +++ b/strings.html @@ -358,8 +358,8 @@ TypeError: Can't convert 'bytes' object to str implicitly
bytes object. It has 13 bytes. It is the sequence of bytes you get when you take a_string and encode it in UTF-8.
-bytes object. It has 11 bytes. It is the sequence of bytes you get when you take encode a_string in the GB18030 encoding.
-bytes object. It has 11 bytes. It is an entirely different sequence of bytes that you get by encoding a_string with the Big5 encoding algorithm.
+bytes object. It has 11 bytes. It is the sequence of bytes you get when you take a_string and encode it in GB18030.
+bytes object. It has 11 bytes. It is an entirely different sequence of bytes that you get when you take a_string and encode it in Big5.