From 317b1cc00266e5471c675d97d8013c20488cc029 Mon Sep 17 00:00:00 2001 From: chenxiangui Date: Wed, 31 Jan 2018 13:36:34 +0800 Subject: [PATCH] Fix the typo in api_conditional_updates.rst Fix a typo in api_conditional_updates.rst. It should be 'instead of what is in' not 'instead of what is is'. Change-Id: I62eeabf084ca8e63562bd10ac82066424ea61205 --- doc/source/contributor/api_conditional_updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/api_conditional_updates.rst b/doc/source/contributor/api_conditional_updates.rst index 9714baa454c..28f9291baaf 100644 --- a/doc/source/contributor/api_conditional_updates.rst +++ b/doc/source/contributor/api_conditional_updates.rst @@ -147,7 +147,7 @@ Basic Usage - **Exclusion** In some cases we'll need to set conditions on what is *not* in the DB record - instead of what is is, for that we will use the exclusion mechanism provided + instead of what is in, for that we will use the exclusion mechanism provided by the ``Not`` class in all persistent objects. This class accepts single values as well as iterables.