Browse Source

[fix] pep8

Adam Tauber 8 years ago
parent
commit
a4f7046b8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/mediawiki.py

+ 1 - 1
searx/engines/mediawiki.py

@@ -21,7 +21,7 @@ categories = ['general']
 language_support = True
 paging = True
 number_of_results = 1
-search_type = 'nearmatch' # possible values: title, text, nearmatch
+search_type = 'nearmatch'  # possible values: title, text, nearmatch
 
 # search-url
 base_url = 'https://{language}.wikipedia.org/'