pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

RT03 fix in pandas.Series.pop docstring. #59103

Closed MarkAkritov closed 5 days ago

MarkAkritov commented 5 days ago

Minor RT03 fix in pandas.core.series.py, Series.pop docstring from ci/code_checks.sh.

@phofl

mroeschke commented 5 days ago

Thanks @MarkAkritov