From 66da7861f368255a2db5be0b6c1c532385687851 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 20 Apr 2024 18:18:20 +0200 Subject: Tidy up repo, add README --- svg_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svg_util.py') diff --git a/svg_util.py b/svg_util.py index 6f6ac5f..009e9a5 100644 --- a/svg_util.py +++ b/svg_util.py @@ -6,7 +6,7 @@ from dataclasses import dataclass @dataclass(frozen=True, slots=True) class LengthUnit: - """ Convenience length unit class. Used in :py:class:`.GraphicObject` and :py:class:`.Aperture` to store lenght + """ Convenience length unit class. Used in :py:class:`.GraphicObject` and :py:class:`.Aperture` to store length information. Provides a number of useful unit conversion functions. Singleton, use only global instances ``utils.MM`` and ``utils.Inch``. -- cgit