docs(quickstart): fix incorrect terminology for SquareToCircle (#4631)

This commit is contained in:
xuruidong 2026-03-08 16:47:57 +08:00 committed by GitHub
commit 98c458b6b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,7 @@ Positioning ``Mobject``\s
Next, let's go over some basic techniques for positioning ``Mobject``\s.
1. Open ``scene.py``, and add the following code snippet below the ``SquareToCircle`` method:
1. Open ``scene.py``, and add the following code snippet below the ``SquareToCircle`` class:
.. code-block:: python