Skip to content

Commit

Permalink
Corrected minor error in example code.
Browse files Browse the repository at this point in the history
  • Loading branch information
runejuhl committed Apr 2, 2012
1 parent 94ead85 commit 9a188fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For more control, use the ``QRCode`` class. For example::
import qrcode
qr = qrcode.QRCode(
version=1,
error_correction=constants.ERROR_CORRECT_L,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=10,
border=4,
)
Expand Down

0 comments on commit 9a188fb

Please sign in to comment.