From f2f652f85d0b1fb3e4c0b17268c5e997a7650247 Mon Sep 17 00:00:00 2001 From: jamilgafur <58782189+jamilgafur@users.noreply.github.com> Date: Sun, 25 Apr 2021 09:58:04 -0500 Subject: [PATCH] Update quickstart.rst Removed extra left side curly bracket in embed section --- docs/source/getting_started/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/quickstart.rst b/docs/source/getting_started/quickstart.rst index aa68950f..0151b6fd 100644 --- a/docs/source/getting_started/quickstart.rst +++ b/docs/source/getting_started/quickstart.rst @@ -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