diff options
author | ChrisK2 <spam@kalania.de> | 2015-03-05 19:05:58 +0100 |
---|---|---|
committer | ChrisK2 <spam@kalania.de> | 2015-03-05 19:05:58 +0100 |
commit | e9ff136dd3e5200f95e92739333e2d303e8fd174 (patch) | |
tree | f14c13ec2933711b7cd739bc7727843f284ba7d4 /DOCS | |
parent | baa354c64c19ea159fe6574263024c41108c4967 (diff) |
DOCS, options: fix example
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/lua.rst | 2 |
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) |