From 91e8e889d8b920ddbad77b57a9260b41cce87381 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 8 Jun 2024 13:37:17 -0400 Subject: [PATCH] 1 character typo --- doc/sources/interpreters/Python3_original.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/interpreters/Python3_original.md b/doc/sources/interpreters/Python3_original.md index b2eb1505..de814156 100644 --- a/doc/sources/interpreters/Python3_original.md +++ b/doc/sources/interpreters/Python3_original.md @@ -1,6 +1,6 @@ ## Python3 original -To get the REPL behaviour (inactive by default) working, you need to isntall the klepto python package: `pip install --user klepto` +To get the REPL behaviour (inactive by default) working, you need to install the klepto python package: `pip install --user klepto` Then, to enable the REPL behavior for python in your config file