Skip to content

Commit

Permalink
Added one more sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
npetrangelo committed Jul 8, 2019
1 parent e5d7ebd commit c60dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/making_a_scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To make a scene, jump on the table and do a dance. Oh, a manim scene? Alright.

A scene is what renders when manim is executed. Each scene contains mobjects, which can then be animated as
previously explained. In code, a scene is a class that extends ``Scene`` and implements the ``construct``
function, like so:
function, like so. Manim will execute this function to render the scene.

.. code-block:: python
:linenos:
Expand Down

0 comments on commit c60dd05

Please sign in to comment.