Add missing documentation for bytes.decode().
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index 60f7d7d..c9b6720 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -234,7 +234,7 @@
 
 Since Python 3.0, the language features a ``str`` type that contain Unicode
 characters, meaning any string created using ``"unicode rocks!"``, ``'unicode
-rocks!``, or the triple-quoted string syntax is stored as Unicode.
+rocks!'``, or the triple-quoted string syntax is stored as Unicode.
 
 To insert a Unicode character that is not part ASCII, e.g., any letters with
 accents, one can use escape sequences in their string literals as such::