]> code.communitydata.science - covid19.git/commitdiff
fixed typo in description of view scraper
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 1 Apr 2020 14:42:24 +0000 (07:42 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 1 Apr 2020 14:42:24 +0000 (07:42 -0700)
wikipedia_views/scripts/fetch_enwiki_daily_views.py

index ed36129c84a4a8be253e71bf2a556c9304aba129..d8c185a9fa9cb5da42862a91917307ef5c1975c9 100755 (executable)
@@ -24,7 +24,7 @@ from csv import DictWriter
 
 def parse_args():
 
-    parser = argparse.ArgumentParser(description='Call the views API to collect data view data.')
+    parser = argparse.ArgumentParser(description='Call the views API to collect Wikipedia view data.')
     parser.add_argument('-o', '--output_folder', help='Where to save output', default="wikipedia_views/data", type=str)
     parser.add_argument('-i', '--article_file', help='File listing article names', default="wikipedia_views/resources/enwp_wikiproject_covid19_articles.txt", type=str)
     parser.add_argument('-d', '--query_date', help='Date if not yesterday, in YYYYMMDD format.', type=str)

Community Data Science Collective || Want to submit a patch?