Browse Source

Merge pull request #619 from stepshal/comment

utils/fetch_currencies: fix comment
Adam Tauber 8 years ago
parent
commit
1ddd33a1a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fetch_currencies.py

+ 1 - 1
utils/fetch_currencies.py

@@ -142,7 +142,7 @@ def wd_query(query, offset=0):
         qlist.append(r.get('title', ''))
     fetch_data_batch(qlist)
 
-## fetch ##
+# fetch #
 for q in wmflabs_queries:
     wdq_query(q)