Index: docs/templates.txt
===================================================================
--- docs/templates.txt	(revision 7810)
+++ docs/templates.txt	(working copy)
@@ -481,7 +481,7 @@
 
 ...rather than ::
 
-    {{ data|default:"3 > 2" }}  <-- Bad! Don't do this.
+    {{ data|default:"2 < 3" }}  <-- Bad! Don't do this.
 
 This doesn't affect what happens to data coming from the variable itself.
 The variable's contents are still automatically escaped, if necessary, because
