Skip to content

Commit d18356a

Browse files
author
Vishvajit Pathak
committed
typo fixes
1 parent d6744c3 commit d18356a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigquery/query_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def render_query(dataset, tables, select=None, conditions=None,
2929
'comparators' maps to another ``dict`` containing the keys 'condition',
3030
'negate', and 'value'.
3131
If 'comparators' = {'condition': '>=', 'negate': False, 'value': 1},
32-
this example will be rdnered as 'foo >= FLOAT('1')' in the query.
32+
this example will be rendered as 'foo >= FLOAT('1')' in the query.
3333
``list`` of field names to group by
3434
order_by : dict, optional
3535
Keys = {'field', 'direction'}. `dict` should be formatted as
@@ -170,7 +170,7 @@ def _render_conditions(conditions):
170170
Parameters
171171
----------
172172
conditions : list
173-
A list of dictionay items to filter a table.
173+
A list of dictionary items to filter a table.
174174
175175
Returns
176176
-------

0 commit comments

Comments
 (0)