diff --git a/doc/tools.rst b/doc/tools.rst
index fdd11a46a..b98946bb8 100644
--- a/doc/tools.rst
+++ b/doc/tools.rst
@@ -85,9 +85,10 @@ This section lists tools and adapters that have been designed to work with
various Python frameworks and libraries.
* `Django MongoDB Engine
- `_ is a MongoDB
+ `_ is a MongoDB
database backend for Django that completely integrates with its ORM.
- For more information `see the tutorial `_.
+ For more information `see the tutorial
+ `_.
* `mango `_ provides MongoDB backends for
Django sessions and authentication (bypassing :mod:`django.db` entirely).
* `Django MongoEngine