Skip to content

Commit 2f07196

Browse files
committed
polish doc
1 parent e725441 commit 2f07196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bigframes/core/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def resolve_label_exact(self, label: Label) -> Optional[str]:
290290
def resolve_label_exact_or_error(self, label: Label) -> str:
291291
"""Returns the column id matching the label if there is exactly
292292
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."""
293+
raises an error. If there is no such a column, raises an error too."""
294294
col_id = self.resolve_label_exact(label)
295295
if col_id is None:
296296
raise ValueError(f"Label {label} not found. {constants.FEEDBACK_LINK}")

0 commit comments

Comments
 (0)