From f0fe2a5d029b714f4cf2fb354aca4274646ba48c Mon Sep 17 00:00:00 2001 From: Jeff Pinner Date: Fri, 25 Aug 2017 13:35:07 -0700 Subject: [PATCH] lita's wording --- docs/conditional.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conditional.rst b/docs/conditional.rst index 203a5de2b..47020ad7a 100644 --- a/docs/conditional.rst +++ b/docs/conditional.rst @@ -28,7 +28,7 @@ Suppose that you have defined a `Thread` Model for the examples below. Condition Expressions ^^^^^^^^^^^^^^^^^^^^^ -PynamoDB supports creating condition expressions from attributes using a simple syntax. +PynamoDB supports creating condition expressions from attributes using a mix of built-in operators and method calls. Any value provided will be serialized using the serializer defined for that attribute. See the `comparison operator and function reference `_ for more details.