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.