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
43.83k stars 18k forks source link

DOC: Fix docstring typo #60369

Open jct102 opened 2 days ago

jct102 commented 2 days ago

Pandas version checks

Location of the documentation

https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py

Documentation problem

The docstring for the arrow_c_stream method in the Series class uses the word "behaviour".

Suggested fix for documentation

Suggested to rewrite as "behavior", which is the American English spelling, to maintain consistency with the rest of the Pandas codebase.

mingjji commented 2 days ago

take