Merge pull request #1499 from jamilgafur/patch-1

Update quickstart.rst
This commit is contained in:
鹤翔万里 2021-06-12 19:28:41 +08:00 committed by GitHub
commit b6dd6fe16d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ For example: input the following lines (without comment lines) into it respectiv
.. code-block:: python
# Stretched 4 times in the vertical direction
play(circle.animate.stretch(4, dim=0}))
play(circle.animate.stretch(4, dim=0))
# Rotate the ellipse 90°
play(Rotate(circle, TAU / 4))
# Move 2 units to the right and shrink to 1/4 of the original