summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-15 13:04:01 +0200
committerGitHub <noreply@github.com>2016-07-15 13:04:01 +0200
commit1ddd33a1a196995c64a2d65e5be1eb81856151b4 (patch)
treeb9fb77922a0e29b9503105788cdaa87b5b2e9165
parentf7a3e9771d4aa957368bc79cf88b3432872f1a83 (diff)
parent6e5f46db424867a927595f27d619cc2f456b696d (diff)
Merge pull request #619 from stepshal/comment
utils/fetch_currencies: fix comment
-rw-r--r--utils/fetch_currencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py
index 3ca8fcfd7..47f732163 100644
--- a/utils/fetch_currencies.py
+++ b/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)