We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4d9ad commit 0b542bcCopy full SHA for 0b542bc
docs/reST/ref/geometry.rst
@@ -191,8 +191,10 @@
191
192
.. note::
193
This method is equivalent(behaviour wise) to the following code:
194
- ::
195
- Circle((circle.x + x, circle.y + y), circle.r)
+
+ .. code-block:: python
196
197
+ Circle((circle.x + x, circle.y + y), circle.r)
198
199
.. ## Circle.move ##
200
@@ -209,9 +211,11 @@
209
211
210
212
213
- circle.x += x
214
- circle.y += y
215
216
217
+ circle.x += x
218
+ circle.y += y
219
220
.. ## Circle.move_ip ##
221
0 commit comments