Skip to content

Commit b7e4aed

Browse files
committed
More accurate information on already cached games
1 parent fff84fe commit b7e4aed

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ mlbgame uses the same data that MLB GameDay uses,
99
and therefore is updated as soon as something happens in a game.
1010

1111
mlbgame currently comes pre-loaded with scoreboard information for every game
12-
from 2012 to the end of the 2015 season,
13-
but will be updated regularly during the season.
12+
from 2012 to the end of the 2015 season.
1413
Therefore, accessing this data does not actually make a request to mlb.com.
1514

1615
If you try to get data from a game that is not cached,

description.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ mlbgame works with real time data, getting information as games are being played
88
mlbgame uses the same data that MLB GameDay uses,
99
and therefore is updated as soon as something happens in a game.
1010

11-
mlbgame currently comes pre-loaded with every game
12-
from 2012 to the end of the 2015 season,
13-
but will be updated regularly during the season.
11+
mlbgame currently comes pre-loaded with scoreboard information for every game
12+
from 2012 to the end of the 2015 season.
1413
Therefore, accessing this data does not actually make a request to mlb.com.
1514

1615
If you try to get data from a game that is not cached,

mlbgame/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
and therefore is updated as soon as something happens in a game.
88
99
mlbgame currently comes pre-loaded with scoreboard information for every game
10-
from 2012 to the end of the 2015 season,
11-
but will be updated regularly during the season.
10+
from 2012 to the end of the 2015 season.
1211
Therefore, accessing this data does not actually make a request to mlb.com.
1312
1413
If you try to get data from a game that is not cached,

0 commit comments

Comments
 (0)