From 8f2b415763d0329a3a829d1f5c0cb8189e7ebc08 Mon Sep 17 00:00:00 2001 From: Louis Tiao Date: Wed, 15 Feb 2017 17:04:11 +1100 Subject: [PATCH] Fixed typo --- bigquery/google/cloud/bigquery/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/google/cloud/bigquery/schema.py b/bigquery/google/cloud/bigquery/schema.py index a987454cc9a7..6d4a437a809f 100644 --- a/bigquery/google/cloud/bigquery/schema.py +++ b/bigquery/google/cloud/bigquery/schema.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Scheamas for BigQuery tables / queries.""" +"""Schemas for BigQuery tables / queries.""" class SchemaField(object):