more doc fixes
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 585ea0a..dc6f3eb 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -63,4 +63,4 @@
 
     text
         This type corresponds to ``unicode`` on Python 2 and ``str`` on Python
-        3.  This is equivalent to `six.text_type`.
+        3.  This is equivalent to ``six.text_type``.