Skip to content

Commit d5ec4b3

Browse files
committed
More updates to spacing in docstrings.
1 parent 0ca398d commit d5ec4b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/bigquery/schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ def parameters(self, value: Optional[dict[str, str]] = None):
682682

683683
def to_api_repr(self) -> dict:
684684
"""Build an API representation of this object.
685+
685686
Returns:
686687
Dict[str, Any]:
687688
A dictionary in the format used by the BigQuery API.
@@ -692,9 +693,11 @@ def to_api_repr(self) -> dict:
692693
def from_api_repr(cls, api_repr: dict) -> SerDeInfo:
693694
"""Factory: constructs an instance of the class (cls)
694695
given its API representation.
696+
695697
Args:
696698
api_repr (Dict[str, Any]):
697699
API representation of the object to be instantiated.
700+
698701
Returns:
699702
An instance of the class initialized with data from 'api_repr'.
700703
"""

0 commit comments

Comments
 (0)