Skip to content

Commit f662947

Browse files
Apply suggestion from @Matt711
Co-authored-by: Matthew Murray <41342305+Matt711@users.noreply.github.com>
1 parent 674f8cc commit f662947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cudf/cudf/pandas/_wrappers/pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ def initial_setup():
22732273

22742274
# Once we switch to pandas 3.0 CoW will be default
22752275
if parse(pd.__version__) <= parse("3.0.0"):
2276-
cudf.set_option("mode.copy_on_write", True)
2276+
cudf.set_option("copy_on_write", True)
22772277
pd.set_option("mode.copy_on_write", True)
22782278

22792279

0 commit comments

Comments
 (0)