From c685ace32795fad8a320707e178581a90f642887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Tue, 23 Oct 2018 23:55:55 +0200 Subject: [PATCH] minor improvement to index doc --- docs/guide/defining-documents.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index be8d9a15..14f2ff1b 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -544,7 +544,7 @@ There are a few top level defaults for all indexes that can be set:: :attr:`index_opts` (Optional) - Set any default index options - see the `full options list `_ + Set any default index options - see the `full options list `_ :attr:`index_background` (Optional) Set the default value for if an index should be indexed in the background @@ -560,8 +560,7 @@ There are a few top level defaults for all indexes that can be set:: :attr:`index_drop_dups` (Optional) Set the default value for if an index should drop duplicates - -.. note:: Since MongoDB 3.0 drop_dups is not supported anymore. Raises a Warning + Since MongoDB 3.0 drop_dups is not supported anymore. Raises a Warning and has no effect