aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/option_dict.md
blob: 79cca5f7663f30d4d36f2fcfab47e8affd809df7 (plain)
1
2
3
4
5
## default_options and override_options may now be dictionaries

Instead of passing them as `default_options : ['key=value']`, they can now be
passed as `default_options : {'key': 'value'}`, and the same for
`override_options`.