stuff missing from previous commit, thanks git
diff --git a/jinja2/_compat.py b/jinja2/_compat.py
index 61619a8..a738757 100644
--- a/jinja2/_compat.py
+++ b/jinja2/_compat.py
@@ -3,7 +3,8 @@
     jinja2._compat
     ~~~~~~~~~~~~~~
 
-    Some py2/py3 compatibility support that is not yet available in "six".
+    Some py2/py3 compatibility support that is not yet available in
+     "six" 1.3.0.
     There are bugs open for "six" for all this stuff, so we can remove it
     again from here as soon as we require a new enough "six" release.