From 3a1b5c50abdd85dd7e4eaf46c729602dc99808ff Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Mon, 23 Oct 2023 13:34:31 +0100 Subject: [PATCH] I CAN NOT SPELL --- documentation/asciidoc/computers/os/using-python.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/os/using-python.adoc b/documentation/asciidoc/computers/os/using-python.adoc index 621f235206..b7f4d7ac1e 100644 --- a/documentation/asciidoc/computers/os/using-python.adoc +++ b/documentation/asciidoc/computers/os/using-python.adoc @@ -201,7 +201,7 @@ $ === Using the Thonny editor -https://thonny.org/[Thonny] is our recommended editor when you're working with Python on the Raspberry Pi. By default Thonny uses the system Python. However, you can switch to using a Python virtual environment by clickin on the interpreter menu located at the bottom right of the Thonny window. Clicking on this will offer you a menu to select a configured interpreter or to `Configure interpreter…`. +https://thonny.org/[Thonny] is our recommended editor when you're working with Python on the Raspberry Pi. By default Thonny uses the system Python. However, you can switch to using a Python virtual environment by clicking on the interpreter menu located at the bottom right of the Thonny window. Clicking on this will offer you a menu to select a configured interpreter or to `Configure interpreter…`. image::images/thonny-venv.png[width="100%"]