Skip to content

Commit 213867a

Browse files
committed
fix Circle update docs
1 parent da52aab commit 213867a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reST/ref/geometry.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@
203203

204204
.. note::
205205
This method is equivalent(behaviour wise) to the following code:
206-
::
206+
207+
.. code-block:: python
208+
207209
circle.x = x
208210
circle.y = y
209211
circle.r = radius

0 commit comments

Comments
 (0)