Skip to content

Commit 5d23dee

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

File tree

1 file changed

+1
-1
lines changed
  • third_party/bigframes_vendored/pandas/core

1 file changed

+1
-1
lines changed

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)