@@ -2253,7 +2253,7 @@ def to_json(
22532253 be parsed by ``fsspec``, e.g., starting "s3://", "gcs://". An error
22542254 will be raised if providing this argument with a local path or
22552255 a file-like buffer. See the fsspec and backend storage implementation
2256- docs for the set of allowed keys and values
2256+ docs for the set of allowed keys and values.
22572257
22582258 .. versionadded:: 1.2.0
22592259
@@ -2777,7 +2777,7 @@ def to_pickle(
27772777 be parsed by ``fsspec``, e.g., starting "s3://", "gcs://". An error
27782778 will be raised if providing this argument with a local path or
27792779 a file-like buffer. See the fsspec and backend storage implementation
2780- docs for the set of allowed keys and values
2780+ docs for the set of allowed keys and values.
27812781
27822782 .. versionadded:: 1.2.0
27832783
@@ -3286,7 +3286,7 @@ def to_csv(
32863286 be parsed by ``fsspec``, e.g., starting "s3://", "gcs://". An error
32873287 will be raised if providing this argument with a local path or
32883288 a file-like buffer. See the fsspec and backend storage implementation
3289- docs for the set of allowed keys and values
3289+ docs for the set of allowed keys and values.
32903290
32913291 .. versionadded:: 1.2.0
32923292
@@ -9195,7 +9195,7 @@ def shift(
91959195 extend the index when shifting and preserve the original data.
91969196 If `freq` is specified as "infer" then it will be inferred from
91979197 the freq or inferred_freq attributes of the index. If neither of
9198- those attributes exist, a ValueError is thrown
9198+ those attributes exist, a ValueError is thrown.
91999199 axis : {{0 or 'index', 1 or 'columns', None}}, default None
92009200 Shift direction.
92019201 fill_value : object, optional
0 commit comments