Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
agnat committed Jan 9, 2022
1 parent c7efad0 commit e9db597
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 @@ -150,7 +150,7 @@ of the resulting SVG:
img = qr.make_image(attrib={'class': 'some-css-class'})
You can convert the SVG image into to strings using the ``to_string()`` method.
You can convert the SVG image into strings using the ``to_string()`` method.
Additional keyword arguments are forwarded to ElementTrees ``tostring()``:

.. code:: python
Expand Down

0 comments on commit e9db597

Please sign in to comment.