From 5554c0eec48bd03c8d5e8bae620788098a672867 Mon Sep 17 00:00:00 2001 From: knutnergaard <15194233+knutnergaard@users.noreply.github.com> Date: Thu, 27 Feb 2025 05:45:41 +0000 Subject: [PATCH] Format fixes by ruff --- Lib/fontParts/base/guideline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontParts/base/guideline.py b/Lib/fontParts/base/guideline.py index 1aa6c781..9c0b3988 100644 --- a/Lib/fontParts/base/guideline.py +++ b/Lib/fontParts/base/guideline.py @@ -553,7 +553,7 @@ def _get_color(self) -> QuadrupleCollectionType[IntFloatType]: property getter. :return: A :ref:`type-color` representing the color of the guideline, - or :obj:`None`. The value will be normalized + or :obj:`None`. The value will be normalized with :func:`normalizers.normalizeColor`. :raises NotImplementedError: If the method has not been overridden by a subclass.