Xqt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/352129 )

Change subject: [pep8] Keep line length below 80 chars
......................................................................

[pep8] Keep line length below 80 chars

Change-Id: I7736a5a66a2a89bc7b8e78455fb2b0b639fe654c
---
M scripts/misspelling.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/29/352129/1

diff --git a/scripts/misspelling.py b/scripts/misspelling.py
index fb65d41..6e58235 100755
--- a/scripts/misspelling.py
+++ b/scripts/misspelling.py
@@ -63,7 +63,8 @@
     # Optional: if there is a category, one can use the -start
     # parameter.
     misspellingCategory = {
-        'da': u'Omdirigeringer af fejlstavninger',  # only contains date 
redirects at the moment
+        # da: only contains date redirects at the moment
+        'da': 'Omdirigeringer af fejlstavninger',
         'de': ('Kategorie:Wikipedia:Falschschreibung',
                'Kategorie:Wikipedia:Obsolete Schreibung'),
         'en': u'Redirects from misspellings',

-- 
To view, visit https://gerrit.wikimedia.org/r/352129
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7736a5a66a2a89bc7b8e78455fb2b0b639fe654c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to