Skip to content

Commit

Permalink
docs: updated variable typo in comment in code sample (googleapis#1239)
Browse files Browse the repository at this point in the history
Fixes b/210752711
  • Loading branch information
meredithslota authored and waltaskew committed Jul 20, 2022
1 parent e6369ec commit fba0576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/undelete_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def undelete_table(table_id: str, recovered_table_id: str) -> None:
# table_id = "your-project.your_dataset.your_table"

# TODO(developer): Choose a new table ID for the recovered table data.
# recovery_table_id = "your-project.your_dataset.your_table_recovered"
# recovered_table_id = "your-project.your_dataset.your_table_recovered"

# TODO(developer): Choose an appropriate snapshot point as epoch
# milliseconds. For this example, we choose the current time as we're about
Expand Down

0 comments on commit fba0576

Please sign in to comment.