diff options
author | jaseg <git@jaseg.de> | 2024-04-20 18:18:20 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-04-20 18:18:20 +0200 |
commit | 66da7861f368255a2db5be0b6c1c532385687851 (patch) | |
tree | c99bb7c026e1504f379ae9f18b8aea5a8a29aa56 /svg_util.py | |
parent | 065db66e958d3d221c0a8d52cf3015caa58a45c3 (diff) | |
download | taep-66da7861f368255a2db5be0b6c1c532385687851.tar.gz taep-66da7861f368255a2db5be0b6c1c532385687851.tar.bz2 taep-66da7861f368255a2db5be0b6c1c532385687851.zip |
Tidy up repo, add README
Diffstat (limited to 'svg_util.py')
-rw-r--r-- | svg_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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``. |