diff --git a/segno/writers.py b/segno/writers.py index cb4100fd..c521cf34 100644 --- a/segno/writers.py +++ b/segno/writers.py @@ -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. """