Spellcheck of docs, a few minor changes by tommyod · Pull Request #18973 · pandas-dev/pandas (original) (raw)
Only partway through, looks good so far.
Style question: we have quite a few places like
The :meth:`Series.cov` method does...
I prefer just saying
:meth:`Series.cov` does...
I think it's clear from the context that we're talking about a method.