Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 873bff6

Browse files
committed
docstring
1 parent d24df7d commit 873bff6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/bigquery/schema.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@ def policy_tags(self):
389389

390390
@property
391391
def timestamp_precision(self):
392-
"""Precision (maximum number of total digits in base 10)
393-
for seconds of TIMESTAMP type.
392+
"""Precision (maximum number of total digits in base 10) for seconds of
393+
TIMESTAMP type.
394394
395395
Possible values include:
396396
397-
- 6 (Default, for TIMESTAMP type with microsecond precision)
397+
- None (Default, for TIMESTAMP type with microsecond precision)
398398
399399
- 12 (For TIMESTAMP type with picosecond precision)
400400
"""

0 commit comments

Comments
 (0)