Skip to content

Commit 8c070d7

Browse files
coreylaneclaude
andcommitted
Add caughtstealingpercentage to docstring documentation
Updates the SimplePitchingSplit class docstring to include documentation for the caughtstealingpercentage field that was added in the previous commit. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3bc2def commit 8c070d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mlbstatsapi/models/stats/pitching.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ class SimplePitchingSplit:
152152
The number of inherited runners for the pitcher.
153153
age : int
154154
The age of the pitcher.
155+
caughtstealingpercentage : str
156+
The caught stealing percentage for the pitcher.
155157
"""
156158
summary: Optional[str] = None
157159
gamesplayed: Optional[int] = None

0 commit comments

Comments
 (0)