Skip to content

Commit 970d839

Browse files
tseaverJonathan Greger
authored andcommitted
chore: fix docs build broken by Sphinx 3.2.0 (#218)
Closes #217.
1 parent 023b513 commit 970d839

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

google/cloud/bigquery/query.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class ScalarQueryParameter(_AbstractQueryParameter):
8686
'FLOAT64', 'NUMERIC', 'BOOL', 'TIMESTAMP', 'DATETIME', or
8787
'DATE'.
8888
89-
value (Union[str, int, float, decimal.Decimal, bool,
90-
datetime.datetime, datetime.date]): The scalar parameter value.
89+
value (Union[str, int, float, decimal.Decimal, bool, datetime.datetime, datetime.date]):
90+
The scalar parameter value.
9191
"""
9292

9393
def __init__(self, name, type_, value):
@@ -105,9 +105,8 @@ def positional(cls, type_, value):
105105
'FLOAT64', 'NUMERIC', 'BOOL', 'TIMESTAMP', 'DATETIME', or
106106
'DATE'.
107107
108-
value (Union[str, int, float, decimal.Decimal, bool,
109-
datetime.datetime,
110-
datetime.date]): The scalar parameter value.
108+
value (Union[str, int, float, decimal.Decimal, bool, datetime.datetime, datetime.date]):
109+
The scalar parameter value.
111110
112111
Returns:
113112
google.cloud.bigquery.query.ScalarQueryParameter: Instance without name

0 commit comments

Comments
 (0)