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