Skip to content

Commit

Permalink
Replace overlooked str w/ 'string'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 28, 2015
1 parent 9860e3b commit ff626b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Client(JSONClient):
def dataset(self, name):
"""Construct a dataset bound to this client.
:type name: ``str``
:type name: string
:param name: Name of the dataset.
:rtype: :class:`gcloud.bigquery.dataset.Dataset`
Expand Down

0 comments on commit ff626b7

Please sign in to comment.