Skip to content

Commit 8cd19d5

Browse files
author
Franck dG
committed
Fix mistake in documentation of writer options.
1 parent 7b33d96 commit 8cd19d5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/writers/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Common Writer Options
77
---------------------
88

99
All writer take the following options (specified as keyword arguments
10-
to `Barcode.save(filename, option=value)` or set via
11-
`Writer.set_options(option=value)`).
10+
to `Barcode.save(filename, options)` or set via
11+
`Writer.set_options(options)`, where `options` is a dictionary where keys are option names and values are option
12+
values to be set).
1213

1314
.. note::
1415
See the documentation of the specific writer for special options,

0 commit comments

Comments
 (0)