We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7514c95 commit 15f459aCopy full SHA for 15f459a
tdom/placeholders.py
@@ -85,7 +85,7 @@ def singleton(cls, i_index: int) -> t.Self:
85
def __post_init__(self):
86
if len(self.strings) != len(self.i_indexes) + 1:
87
raise ValueError(
88
- "PlaceholderRef must have one more string than interpolation indexes."
+ "TemplateRef must have one more string than interpolation indexes."
89
)
90
91
0 commit comments