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 View File

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