Skip to content
Merged
Prev Previous commit
Next Next commit
Update table.py
  • Loading branch information
josefbarta authored Nov 17, 2017
commit 06775da717857a81cade7f6f48659f47acc6718c
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ def items(self):
]
return items

def get(self, key, default = None):
def get(self, key, default=None):
"""
Return value under specified key
Defaults to None or specified default
Expand Down