mirror of
https://github.com/github/spec-kit.git
synced 2026-03-19 20:03:07 +00:00
fix: correct PresetError docstring from template to preset
This commit is contained in:
@@ -35,7 +35,7 @@ class PresetCatalogEntry:
|
|||||||
|
|
||||||
|
|
||||||
class PresetError(Exception):
|
class PresetError(Exception):
|
||||||
"""Base exception for template-related errors."""
|
"""Base exception for preset-related errors."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user