File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ circles by reducing this less than the default of ``Decimal(1)``.
211211
212212The ``StyledPilImage `` additionally accepts an optional ``color_mask ``
213213parameter to change the colors of the QR Code, and an optional
214- ``embeded_image_path `` to embed an image in the center of the code.
214+ ``embedded_image_path `` to embed an image in the center of the code.
215215
216216Other color masks:
217217
@@ -232,7 +232,7 @@ and an embedded image:
232232
233233 img_1 = qr.make_image(image_factory = StyledPilImage, module_drawer = RoundedModuleDrawer())
234234 img_2 = qr.make_image(image_factory = StyledPilImage, color_mask = RadialGradiantColorMask())
235- img_3 = qr.make_image(image_factory = StyledPilImage, embeded_image_path = " /path/to/image.png" )
235+ img_3 = qr.make_image(image_factory = StyledPilImage, embedded_image_path = " /path/to/image.png" )
236236
237237 Examples
238238========
You can’t perform that action at this time.
0 commit comments