mirror of https://github.com/mpv-player/mpv
DOCS, options: fix example
This commit is contained in:
parent
baa354c64c
commit
e9ff136dd3
|
@ -494,7 +494,7 @@ Example implementation::
|
|||
optionB = -0.5,
|
||||
optionC = true,
|
||||
}
|
||||
options.read_options(options, "myscript")
|
||||
read_options(options, "myscript")
|
||||
print(option.optionA)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue