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.
2 parents 10b0191 + bc8aa41 commit bfe6f80Copy full SHA for bfe6f80
1 file changed
README.rst
@@ -98,7 +98,7 @@ Interactive::
98
>>> name
99
'barcode_svg.svg'
100
# with file like object
101
- >>> fp = StringIO()
+ >>> fp = BytesIO()
102
>>> generate('EAN13', '5901234123457', writer=ImageWriter(), output=fp)
103
>>>
104
0 commit comments