diff --git a/lottery_data_scraper/texas.py b/lottery_data_scraper/texas.py index 6b91ca9..388ca97 100644 --- a/lottery_data_scraper/texas.py +++ b/lottery_data_scraper/texas.py @@ -1,8 +1,8 @@ """ -Scrapes the Louisiana lottery website for scratch-off ticket +Scrapes the Texas lottery website for scratch-off ticket data and calculates the expected value for each game. -Louisiana publishes the number of tickets printed and how many +Texas publishes the number of tickets printed and how many tickets are printed at each prize level. We can calculated the expected value of a game by summing @@ -137,4 +137,4 @@ def main(): if __name__ == "__main__": games = main() schema = GameSchema(many=True) - print(schema.dumps(games)) \ No newline at end of file + print(schema.dumps(games))