From 3597020ce1942fef38a53704529bb432e1b8e5d2 Mon Sep 17 00:00:00 2001 From: Ben Huebscher Date: Thu, 7 May 2015 00:23:31 -0700 Subject: [PATCH] Remove Serial Comma --- book/validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/validation.rst b/book/validation.rst index 84045cc3dfa..5f250721c1a 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -329,7 +329,7 @@ Some constraints, like :doc:`NotBlank `, are simple whereas others, like the :doc:`Choice ` constraint, have several configuration options available. Suppose that the ``Author`` class has another property called ``gender`` that can be set to either -"male", "female", or "other": +"male", "female" or "other": .. configuration-block::