We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b33d96 commit 8cd19d5Copy full SHA for 8cd19d5
1 file changed
docs/writers/index.rst
@@ -7,8 +7,9 @@ Common Writer Options
7
---------------------
8
9
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)`).
+to `Barcode.save(filename, options)` or set via
+`Writer.set_options(options)`, where `options` is a dictionary where keys are option names and values are option
12
+values to be set).
13
14
.. note::
15
See the documentation of the specific writer for special options,
0 commit comments