From 5960d40efc0c55c8080ff40ec48f835d6eecd5b3 Mon Sep 17 00:00:00 2001 From: Elio Allen <151546658+elio-allen@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:06:14 +0200 Subject: [PATCH] Correct CLI typo ppython to python --- 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: