Skip to content

Commit 15f459a

Browse files
committed
Update error message
1 parent 7514c95 commit 15f459a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdom/placeholders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def singleton(cls, i_index: int) -> t.Self:
8585
def __post_init__(self):
8686
if len(self.strings) != len(self.i_indexes) + 1:
8787
raise ValueError(
88-
"PlaceholderRef must have one more string than interpolation indexes."
88+
"TemplateRef must have one more string than interpolation indexes."
8989
)
9090

9191

0 commit comments

Comments
 (0)