Skip to content

Commit f5f8311

Browse files
committed
fix: correct PresetError docstring from template to preset
1 parent 6da1375 commit f5f8311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/presets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PresetCatalogEntry:
3535

3636

3737
class PresetError(Exception):
38-
"""Base exception for template-related errors."""
38+
"""Base exception for preset-related errors."""
3939
pass
4040

4141

0 commit comments

Comments
 (0)