Skip to content

Commit

Permalink
Fixed doc markup
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 9, 2024
1 parent b58a2ef commit 2d13c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segno/writers.py
Expand Up @@ -102,7 +102,7 @@ def wrapper(matrix, matrix_size, out, dark=dark, light=light, finder_dark=False,
def _valid_width_height_and_border(matrix_size, scale, border):
""""\
Validates the scale and border and returns the width, height and the border.
If the border is ``None´` the default border is returned.
If the border is ``None`` the default border is returned.
:param tuple(int, int) matrix_size: Tuple of width and height of the matrix.
"""
Expand Down

0 comments on commit 2d13c1c

Please sign in to comment.