diff --git a/docs/index.txt b/docs/index.txt
index 5d710fa..096afc4 100644
a
|
b
|
And more:
|
112 | 112 | * :ref:`Sitemaps <ref-contrib-sitemaps>` |
113 | 113 | * :ref:`Sites <ref-contrib-sites>` |
114 | 114 | * :ref:`Web design helpers <ref-contrib-webdesign>` |
| 115 | * :ref:`Markup <ref-contrib-markup>` |
115 | 116 | |
116 | 117 | Solving specific problems |
117 | 118 | ========================= |
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 0916f52..4a31586 100644
a
|
b
|
Django, such as your machine's mail server, if you're running one.)
|
950 | 950 | |
951 | 951 | .. currentmodule:: django.core.mail |
952 | 952 | |
953 | | .. data:: django.core.mail.output |
| 953 | .. data:: django.core.mail.outbox |
954 | 954 | |
955 | 955 | During test running, each outgoing e-mail is saved in |
956 | 956 | ``django.core.mail.outbox``. This is a simple list of all |