pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

statcast_pitcher_spin.md has a typo listing the wrong function.

Open ben-gunnels opened this issue 1 month ago • 1 comments

The doc currently shows:

statcast_pitcher(start_dt=[yesterday's date], end_dt=None, player_id)

When the doc should show the correct function being described:

statcast_pitcher_spin(start_dt=[yesterday's date], end_dt=None, player_id)

This function name matches the example.

from pybaseball import statcast_pitcher_spin

ben-gunnels avatar Nov 09 '25 22:11 ben-gunnels

Hey Ben. Great catch. I made https://github.com/jldbc/pybaseball/pull/491 to fix this

MancusoM avatar Nov 24 '25 01:11 MancusoM