From 2ef19fe207464317993a259121fd88e19c020255 Mon Sep 17 00:00:00 2001 From: Eric Ihli Date: Thu, 20 Apr 2023 22:35:00 -0500 Subject: [PATCH] Update references of Louisiana to be Texas --- lottery_data_scraper/texas.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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))