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::