summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2015-03-05 19:05:58 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-11 12:32:03 +0900
commitc77f076ae4689b9740fe97870cffbdc4e1bd98ca (patch)
treeda7c0a85e221db8bc7b9b5f085b0648fdaa2a3e8 /DOCS/man/lua.rst
parentf4393eaa6cd511e3e0f5e3348a135ba2215b4915 (diff)
downloadmpv-c77f076ae4689b9740fe97870cffbdc4e1bd98ca.tar.bz2
mpv-c77f076ae4689b9740fe97870cffbdc4e1bd98ca.tar.xz
DOCS, options: fix example
(cherry picked from commit e9ff136dd3e5200f95e92739333e2d303e8fd174)
Diffstat (limited to 'DOCS/man/lua.rst')
-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 7cdc29e4ab..8f7ce48896 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -495,7 +495,7 @@ Example implementation::
optionB = -0.5,
optionC = true,
}
- options.read_options(options, "myscript")
+ read_options(options, "myscript")
print(option.optionA)