Skip to content

Commit 2a81ef9

Browse files
committed
docstring
1 parent 0b743f3 commit 2a81ef9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

google/cloud/bigquery/schema.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,6 @@ def policy_tags(self):
389389
def timestamp_precision(self):
390390
"""Union[enums.TimestampPrecision, int, None]: Precision (maximum number
391391
of total digits in base 10) for seconds of TIMESTAMP type.
392-
393-
Defaults to `enums.TimestampPrecision.MICROSECOND` (`None`) for
394-
microsecond precision. Use `enums.TimestampPrecision.PICOSECOND` (`12`)
395-
for picosecond precision.
396392
"""
397393
return _helpers._int_or_none(self._properties.get("timestampPrecision"))
398394

0 commit comments

Comments
 (0)