Skip to content

Commit e6a3f8b

Browse files
committed
docstring
1 parent 4cd3df4 commit e6a3f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def from_api_repr(cls, api_repr: dict) -> "SchemaField":
271271
272272
Args:
273273
api_repr (dict): The serialized representation of the SchemaField,
274-
such as what is output by :meth:`to_api_repr`.
274+
such as what is output by :meth:`to_api_repr`.
275275
276276
Returns:
277277
google.cloud.bigquery.schema.SchemaField: The ``SchemaField`` object.

0 commit comments

Comments
 (0)