Skip to content

Commit 77af277

Browse files
committed
fix linting issue
1 parent ccec95a commit 77af277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/io.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3398,8 +3398,8 @@ Passing options to the compression protocol in order to speed up compression:
33983398
.. ipython:: python
33993399
34003400
df.to_pickle(
3401-
"data.pkl.gz",
3402-
compression={"method": "gzip", 'compresslevel': 1}
3401+
"data.pkl.gz",
3402+
compression={"method": "gzip", 'compresslevel': 1}
34033403
)
34043404
34053405
.. ipython:: python

0 commit comments

Comments
 (0)