From ecf1dfad865ba168d9c2339e27710b4e872fc1d9 Mon Sep 17 00:00:00 2001 From: Vicente Cser Date: Sun, 20 Oct 2024 16:22:40 -0300 Subject: [PATCH] Update starting-panda3d.rst fix typo in code block --- introduction/tutorial/starting-panda3d.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/tutorial/starting-panda3d.rst b/introduction/tutorial/starting-panda3d.rst index c7145b22..d4342f9c 100644 --- a/introduction/tutorial/starting-panda3d.rst +++ b/introduction/tutorial/starting-panda3d.rst @@ -47,7 +47,7 @@ Starting Panda3D .. code-block:: bash - ppython filename.py + python filename.py To run it on GNU/Linux or macOS, enter the following in a terminal: