Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Nov 8, 2016
1 parent fe24c67 commit 93a8620
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ pip install pyzbar
pip install pyzbar[scripts]
```





## Example usage

The `decode` function accepts instances of `PIL.Image`.
Expand Down Expand Up @@ -104,7 +100,7 @@ effect of this on performance)
>>> decode(Image.open('pyzbar/tests/qrcode.png'), symbols=[ZBarSymbol.QRCODE])
[Decoded(data=b'Thalassiodracon', type='QRCODE')]
>>> # If we look just code128, the qrcodes in the image will not be detected
>>> # If we look for just code128, the qrcodes in the image will not be detected
>>> decode(Image.open('pyzbar/tests/qrcode.png'), symbols=[ZBarSymbol.CODE128])
[]
```
Expand Down

0 comments on commit 93a8620

Please sign in to comment.