Explorar el Código

utils/fetch_currencies: fix comment

stepshal hace 9 años
padre
commit
6e5f46db42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      utils/fetch_currencies.py

+ 1
- 1
utils/fetch_currencies.py Ver fichero

142
         qlist.append(r.get('title', ''))
142
         qlist.append(r.get('title', ''))
143
     fetch_data_batch(qlist)
143
     fetch_data_batch(qlist)
144
 
144
 
145
-## fetch ##
145
+# fetch #
146
 for q in wmflabs_queries:
146
 for q in wmflabs_queries:
147
     wdq_query(q)
147
     wdq_query(q)
148
 
148