Skip to content

Commit e2d12b7

Browse files
docs: update docstring for bigquery_create_routine sample (#883) (#917)
Fixed language issues. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕 Co-authored-by: pallabiwrites <[email protected]>
1 parent 109a536 commit e2d12b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/create_routine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def create_routine(routine_id):
2222
# Construct a BigQuery client object.
2323
client = bigquery.Client()
2424

25-
# TODO(developer): Choose a fully-qualified ID for the routine.
25+
# TODO(developer): Choose a fully qualified ID for the routine.
2626
# routine_id = "my-project.my_dataset.my_routine"
2727

2828
routine = bigquery.Routine(

0 commit comments

Comments
 (0)