Fixed a typo

--HG--
branch : trunk
diff --git a/docs/jinjaext.py b/docs/jinjaext.py
index 7dc9baf..65f9694 100644
--- a/docs/jinjaext.py
+++ b/docs/jinjaext.py
@@ -146,7 +146,7 @@
                                   'CHANGES'))
     try:
         for line in islice(changelog, 3, None):
-            doc.append(line.rstrip(), '<jinjaext>')
+            doc.append(line.rstrip().decode('utf-8'), '<jinjaext>')
     finally:
         changelog.close()
     return parse_rst(state, content_offset, doc)