summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 7872a753cc..d8912dac2b 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -494,7 +494,7 @@ Example implementation::
optionB = -0.5,
optionC = true,
}
- options.read_options(options, "myscript")
+ read_options(options, "myscript")
print(option.optionA)