diff --git a/README.rst b/README.rst index a87e6ce..5d7844b 100644 --- a/README.rst +++ b/README.rst @@ -47,9 +47,9 @@ A class trait with a docstring:: number = Float(2.0) -Will be rendered as: +Will be rendered as:: -.. py:attribute:: number - :annotation: = Float(2.0) + .. py:attribute:: number + :annotation: = Float(2.0) - A float number. + A float number.