EmNudge преди 5 години
родител
ревизия
99a19ba07b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      getting_started/step_by_step/your_first_game.rst

+ 1 - 1
getting_started/step_by_step/your_first_game.rst

@@ -634,7 +634,7 @@ choose one of the three animation types:
 
 
 First, we get the list of animation names from the AnimatedSprite's ``frames``
 First, we get the list of animation names from the AnimatedSprite's ``frames``
 property. This returns an Array containing all three animation names:
 property. This returns an Array containing all three animation names:
-``["walk", "swim", "fly]``.
+``["walk", "swim", "fly"]``.
 
 
 We then need to pick a random number between ``0`` and ``2`` to select one of these
 We then need to pick a random number between ``0`` and ``2`` to select one of these
 names from the list (array indices start at ``0``). ``randi() % n`` selects a
 names from the list (array indices start at ``0``). ``randi() % n`` selects a