pandas-dev/pandas

Correction: Standardize spelling of "normalize" in codebase

Closed this issue · 0 comments

Some functions in _normalize.py use British spelling ("normalise") and some use American spelling ("normalize"). To maintain consistency with standard American spelling used in Pandas, "normalise" should be replaced with "normalize".

Image