Skip to content

Commit 2482942

Browse files
docs: more fluent English
Co-authored-by: adeshpande <[email protected]>
1 parent 4c8243f commit 2482942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/output_and_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ When executing the command
276276
277277
manim -pql scene.py SquareToCircle
278278
279-
it specifies the scene to render. This is not necessary now. When a single file contains only one ``Scene`` class, it just render the only one. When a single file contains more than one ``Scene`` class, you can leave a blank, and the manim will let you choose a ``Scene`` class. If your file contains multiple ``Scene`` classes, and you want to render them all, you can use the ``-a`` flag.
279+
it specifies the scene to render. This is not necessary now. When a single file contains only one ``Scene`` class, it will render that class. When a single file contains more than one ``Scene`` class, manim will let you choose a ``Scene`` class. If your file contains multiple ``Scene`` classes, and you want to render them all, you can use the ``-a`` flag.
280280

281281
As discussed previously, the ``-ql`` specifies low render quality (854x480 15FPS). This does not look very good, but is very useful for rapid prototyping and testing. The other options that specify render quality are ``-qm``, ``-qh``, ``-qp`` and ``-qk`` for medium (1280x720 30FPS), high (1920x1080 60FPS), 2k (2560x1440 60FPS) and 4k quality (3840x2160 60FPS), respectively.
282282

0 commit comments

Comments
 (0)