From cf84617c2166bedd9527b0086b62968f14f827cf Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Tue, 8 Nov 2016 00:33:18 +0000 Subject: [PATCH] show the rst result --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.