Index: docs/i18n.txt
===================================================================
--- docs/i18n.txt	(revisión: 6273)
+++ docs/i18n.txt	(copia de trabajo)
@@ -752,7 +752,7 @@
 sends out a JavaScript code library with functions that mimic the ``gettext``
 interface, plus an array of translation strings. Those translation strings are
 taken from the application, project or Django core, according to what you
-specify in either the {{{info_dict}}} or the URL.
+specify in either the ``info_dict`` or the URL.
 
 You hook it up like this::
 
@@ -818,7 +818,7 @@
 ----------------------------------------
 
 You create and update the translation catalogs the same way as the other Django
-translation catalogs -- with the {{{make-messages.py}}} tool. The only
+translation catalogs -- with the ``make-messages.py`` tool. The only
 difference is you need to provide a ``-d djangojs`` parameter, like this::
 
     make-messages.py -d djangojs -l de
