Skip to content

Commit f718168

Browse files
dekozaCopilot
andauthored
Update barcode/charsets/ean.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fcc4a10 commit f718168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

barcode/charsets/ean.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from barcode.charsets.addons import ADDON_SEPARATOR
77
from barcode.charsets.addons import ADDON_START
88

9-
# Note: Addon codes use CODES["A"] and CODES["B"] defined below
10-
9+
# Note: Addon codes are defined in barcode.charsets.addons, but they use the
10+
# same A/B digit encodings as CODES["A"] and CODES["B"] defined below.
1111
EDGE = "101"
1212
MIDDLE = "01010"
1313
CODES = {

0 commit comments

Comments
 (0)