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

Commit 5d23dee

Browse files
committed
fix apply doctest
1 parent 9de6f9f commit 5d23dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • third_party/bigframes_vendored/pandas/core

third_party/bigframes_vendored/pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ def apply(
17831783
dtype: Int64
17841784
17851785
>>> hours = minutes.apply(minutes_to_hours) # doctest: +SKIP
1786-
>>> hours
1786+
>>> hours # doctest: +SKIP
17871787
0 0.0
17881788
1 0.5
17891789
2 1.0

0 commit comments

Comments
 (0)