Skip to content

Commit c6d6257

Browse files
authored
Merge pull request #2614 from itzpr3d4t0r/fix_geometry_docs
Fix Circle update() docs
2 parents 353c0f5 + 213867a commit c6d6257

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)