From eca505f1c9e3fd3910cc9f65afbfad32e3ae3856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 11 Oct 2025 17:46:51 +0300 Subject: [PATCH] =?UTF-8?q?[pythonscripting]=20typo=20=E2=80=9CA(n)=20scop?= =?UTF-8?q?e=20module=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundles/org.openhab.automation.pythonscripting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.automation.pythonscripting/README.md b/bundles/org.openhab.automation.pythonscripting/README.md index ac74309a444bb..d27f31e2f34e9 100644 --- a/bundles/org.openhab.automation.pythonscripting/README.md +++ b/bundles/org.openhab.automation.pythonscripting/README.md @@ -70,7 +70,7 @@ Additionally, you can configure the Add-on via a config file `/openhab/services/ # Use scope and import wrapper # # This enables a scope module and and import wrapper. -# An scope module is an encapsulated module containing all openHAB jsr223 objects and can be imported with import scope +# A scope module is an encapsulated module containing all openHAB jsr223 objects and can be imported with import scope # Additionally you can run an import like from org.openhab.core import OpenHAB # #org.openhab.automation.pythonscripting:scopeEnabled = true