Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit d160bdd

Browse files
author
Chris Meyers
committed
Merge branch 'chmeyers-py3' of github.com:googledatalab/pydatalab into chmeyers-py3
2 parents 2abb3ad + 957cd88 commit d160bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/datalab/bigquery/_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self, name, context=None):
117117
118118
Args:
119119
name: the name of the table either as a string or a 3-part tuple (projectid, datasetid, name).
120-
If a string, it must have the form '<project>:<dataset>.<table>' or '<dataset>.<table>'.
120+
If a string, it must have the form '<project>.<dataset>.<table>' or '<dataset>.<table>'.
121121
context: an optional Context object providing project_id and credentials. If a specific
122122
project id or credentials are unspecified, the default ones configured at the global
123123
level are used.

google/datalab/bigquery/_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, name, context=None):
3838
Args:
3939
name: the name of the view either as a string or a 3-part tuple
4040
(projectid, datasetid, name). If a string, it must have the form
41-
'<project>:<dataset>.<view>' or '<dataset>.<view>'.
41+
'<project>.<dataset>.<view>' or '<dataset>.<view>'.
4242
context: an optional Context object providing project_id and credentials. If a specific
4343
project id or credentials are unspecified, the default ones configured at the global
4444
level are used.

0 commit comments

Comments
 (0)