DOCS, options: fix example

(cherry picked from commit e9ff136dd3)
This commit is contained in:
ChrisK2 2015-03-05 19:05:58 +01:00 committed by Diogo Franco (Kovensky)
parent f4393eaa6c
commit c77f076ae4
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ Example implementation::
optionB = -0.5,
optionC = true,
}
options.read_options(options, "myscript")
read_options(options, "myscript")
print(option.optionA)