summaryrefslogtreecommitdiffstats
path: root/particles_tutorial/tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'particles_tutorial/tutorial.rst')
-rw-r--r--particles_tutorial/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/particles_tutorial/tutorial.rst b/particles_tutorial/tutorial.rst
index ca65251..21aa717 100644
--- a/particles_tutorial/tutorial.rst
+++ b/particles_tutorial/tutorial.rst
@@ -557,7 +557,7 @@ Shader Effect
Now we want to display a hot air balloon moving up from the bottom of the window and have a flag attached to it. For this we need two images:
- One to simulate the hot air balloon with a ``NumberAnimation`` to make it move from the bottom to the top of the window:
+One to simulate the hot air balloon with a ``NumberAnimation`` to make it move from the bottom to the top of the window:
.. code-block:: js