[python] Fix shebangs to use the "right" interpreter. (#3292)

Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
Fabien-B
2024-06-06 11:38:47 +02:00
committed by GitHub
parent 7f2d374c4f
commit b71d4793a6
15 changed files with 15 additions and 15 deletions
@@ -28,7 +28,7 @@ This python example shows the reception and emission of messages. For the recept
.. code-block:: python
:linenos:
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
import time
import os