Skip to content

Commit bfe6f80

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #50 from AlanSwenson/patch-1
Second mention of StringIO Change to BytesIO
2 parents 10b0191 + bc8aa41 commit bfe6f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Interactive::
9898
>>> name
9999
'barcode_svg.svg'
100100
# with file like object
101-
>>> fp = StringIO()
101+
>>> fp = BytesIO()
102102
>>> generate('EAN13', '5901234123457', writer=ImageWriter(), output=fp)
103103
>>>
104104

0 commit comments

Comments
 (0)