remove unnecessary comment with typo
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 27 Apr 2015 21:21:21 +0000 (14:21 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 27 Apr 2015 21:21:21 +0000 (14:21 -0700)
wikipedia1-2.py

index 98fd1297c7801663587972c5cc44b2d0f0f9859b..14d60269526e0819a6852bb05dca0a087865767f 100644 (file)
@@ -12,7 +12,6 @@ parameters = {'action' : 'query',
               'format' : 'json',
               'continue' : ''}
 
               'format' : 'json',
               'continue' : ''}
 
-# run a white true loop
 while True:
     wp_call = requests.get('https://en.wikipedia.org/w/api.php', params=parameters)
     response = wp_call.json()
 while True:
     wp_call = requests.get('https://en.wikipedia.org/w/api.php', params=parameters)
     response = wp_call.json()

Benjamin Mako Hill || Want to submit a patch?