diff --git a/docs/reST/ref/geometry.rst b/docs/reST/ref/geometry.rst index 7485fea4d2..668f3402d2 100644 --- a/docs/reST/ref/geometry.rst +++ b/docs/reST/ref/geometry.rst @@ -203,7 +203,9 @@ .. note:: This method is equivalent(behaviour wise) to the following code: - :: + + .. code-block:: python + circle.x = x circle.y = y circle.r = radius