fix: correct PresetError docstring from template to preset

This commit is contained in:
Manfred Riem
2026-03-10 17:20:54 -05:00
parent 6da1375396
commit f5f8311415

View File

@@ -35,7 +35,7 @@ class PresetCatalogEntry:
class PresetError(Exception):
"""Base exception for template-related errors."""
"""Base exception for preset-related errors."""
pass