jldbc / jldbc/pybaseball

statcast_pitcher_spin.md has a typo listing the wrong function.

Open
#490 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.