소스 검색

Merge pull request #619 from stepshal/comment

utils/fetch_currencies: fix comment
Adam Tauber 8 년 전
부모
커밋
1ddd33a1a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      utils/fetch_currencies.py

+ 1
- 1
utils/fetch_currencies.py 파일 보기

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