Skip to content

Commit 929591e

Browse files
committed
Change 2015 to 2016 when saying what data comes cached in docs
1 parent 22a38a2 commit 929591e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +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.
12+
from 2012 to the end of the 2016 season.
1313
Therefore, accessing this data does not actually make a request to mlb.com.
1414

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

description.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +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.
12+
from 2012 to the end of the 2016 season.
1313
Therefore, accessing this data does not actually make a request to mlb.com.
1414

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

mlbgame/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +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.
10+
from 2012 to the end of the 2016 season.
1111
Therefore, accessing this data does not actually make a request to mlb.com.
1212
1313
If you try to get data from a game that is not cached,

0 commit comments

Comments
 (0)