There was an error while loading. Please reload this page.
1 parent e725441 commit 2f07196Copy full SHA for 2f07196
bigframes/core/blocks.py
@@ -290,7 +290,7 @@ def resolve_label_exact(self, label: Label) -> Optional[str]:
290
def resolve_label_exact_or_error(self, label: Label) -> str:
291
"""Returns the column id matching the label if there is exactly
292
one such column. If there are multiple columns with the same name,
293
- raises an error. If there is no such column, raises an error too."""
+ raises an error. If there is no such a column, raises an error too."""
294
col_id = self.resolve_label_exact(label)
295
if col_id is None:
296
raise ValueError(f"Label {label} not found. {constants.FEEDBACK_LINK}")
0 commit comments