From c4e2f4e6e8f566ba00632137fcc702a09e04be70 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Tue, 16 Jul 2013 09:39:30 -0400 Subject: [PATCH] Fix include doc This "include" is not working. See http://docs.mongodb.org/manual/tutorial/add-user-to-database/ I'm pretty sure it's because it's too close to the line above (looking at the other "include"(s) in other docs) --- source/tutorial/add-user-to-database.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/tutorial/add-user-to-database.txt b/source/tutorial/add-user-to-database.txt index cee66378203..faa76eb1289 100644 --- a/source/tutorial/add-user-to-database.txt +++ b/source/tutorial/add-user-to-database.txt @@ -19,7 +19,8 @@ user's credentials and privileges. The :method:`db.addUser()` method adds the document to the database's :data:`system.users <.system.users>` collection. -.. versionchanged:: 2.4 +.. versionchanged:: 2.4 + .. include:: /includes/fact-change-password.rst To change a user's password in version