From e4536d13df9a554809ba76cef3ee53baacfcbb43 Mon Sep 17 00:00:00 2001 From: JJ Brosnan <84038776+jjbrosnan@users.noreply.github.com> Date: Thu, 2 Jun 2022 16:33:54 -0400 Subject: [PATCH] Update index.rst Fix the baseball code example --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 3bf2ee58..63f8bbba 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -81,7 +81,7 @@ Get a Pandas DataFrame of all stats for a MLB game from sportsipy.mlb.boxscore import Boxscore - game = Boxscore('BOS201806070') + game = Boxscore('BOS/BOS201806070') df = game.dataframe Find the number of goals a football team has scored