Skip to content

Commit 1973e13

Browse files
committed
fix docstring ref
1 parent 2b9e59b commit 1973e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_miniqr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def add_data(self, data):
124124
def make(self, *, test=False, mask_pattern=0):
125125
"""Perform the actual generation of the QR matrix. To keep things
126126
small and speedy we don't generate all 8 mask patterns and pick
127-
the best. Instead, please pass in a desired `mask_pattern`, the
127+
the best. Instead, please pass in a desired mask_pattern, the
128128
default mask is 0."""
129129
self.module_count = self.type * 4 + 17
130130
self.matrix = QRBitMatrix(self.module_count, self.module_count)

0 commit comments

Comments
 (0)