Skip to content

Commit d0cd3d0

Browse files
committed
address CI checks
1 parent 75ee35c commit d0cd3d0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pandas/core/series.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,14 +1622,14 @@ def to_markdown(
16221622
Add index (row) labels.
16231623
16241624
storage_options : dict, optional
1625-
Extra options that make sense for a particular storage connection, e.g.
1626-
host, port, username, password, etc. For HTTP(S) URLs the key-value pairs
1627-
are forwarded to ``urllib.request.Request`` as header options. For other
1628-
URLs (e.g. starting with "s3://", and "gcs://") the key-value pairs are
1629-
forwarded to ``fsspec.open``. Please see ``fsspec`` and ``urllib`` for more
1630-
details, and for more examples on storage options refer `here
1631-
<https://pandas.pydata.org/docs/user_guide/io.html?
1632-
highlight=storage_options#reading-writing-remote-files>`_.
1625+
Extra options that make sense for a particular storage connection, e.g.
1626+
host, port, username, password, etc. For HTTP(S) URLs the key-value pairs
1627+
are forwarded to ``urllib.request.Request`` as header options. For other
1628+
URLs (e.g. starting with "s3://", and "gcs://") the key-value pairs are
1629+
forwarded to ``fsspec.open``. Please see ``fsspec`` and ``urllib`` for more
1630+
details, and for more examples on storage options refer `here
1631+
<https://pandas.pydata.org/docs/user_guide/io.html?
1632+
highlight=storage_options#reading-writing-remote-files>`_.
16331633
16341634
**kwargs
16351635
These parameters will be passed to `tabulate \
@@ -2763,7 +2763,7 @@ def diff(self, periods: int = 1) -> Series:
27632763
periods : int, default 1
27642764
Periods to shift for calculating difference, accepts negative
27652765
values.
2766-
""
2766+
27672767
Returns
27682768
-------
27692769
Series
@@ -4657,7 +4657,7 @@ def transform(
46574657
- dict-like of axis labels -> functions, function names or list-like of such
46584658
46594659
axis : {0 or 'index'}
4660-
Unused. Parameter needed for compatibility with DataFrame.
4660+
Unused. Parameter needed for compatibility with DataFrame.
46614661
46624662
*args
46634663
Positional arguments to pass to `func`.

0 commit comments

Comments
 (0)