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

Commit ec06b2c

Browse files
authored
doc fix (#369)
1 parent 76a0ce5 commit ec06b2c

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)