Skip to content

Commit c85d47f

Browse files
committed
fix docs
1 parent 8cfaca6 commit c85d47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/bigquery/_operations/datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def unix_micros(input: series.Series) -> series.Series:
6969
7070
**Examples:**
7171
72-
>>> import bigframes.pandas as bpd
72+
>>> import bigframes.pandas as bpd
7373
>>> import bigframes.bigquery as bbq
7474
7575
>>> s = bpd.Series([pd.Timestamp("1970-01-02", tz="UTC"), pd.Timestamp("1970-01-03", tz="UTC")])

0 commit comments

Comments
 (0)