John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/166734

Change subject: Fix spelling in test docstring
......................................................................

Fix spelling in test docstring

Change-Id: I1c1339b8b8b579b2ae6fe9a4fda1b47a2e9ac736
---
M tests/i18n_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/34/166734/1

diff --git a/tests/i18n_tests.py b/tests/i18n_tests.py
index c72870b..39c9ef2 100644
--- a/tests/i18n_tests.py
+++ b/tests/i18n_tests.py
@@ -217,7 +217,7 @@
             u'Bot: Ändere 11 Zeilen von mehreren Seiten.')
 
     def testMultipleWrongParameterLength(self):
-        """Test wrong parameter lenght."""
+        """Test wrong parameter length."""
         with self.assertRaisesRegex(ValueError, "Length of parameter does not 
match PLURAL occurences"):
             self.assertEqual(
                 i18n.twntranslate('de', 'test-multiple-plurals', (1, 2))

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c1339b8b8b579b2ae6fe9a4fda1b47a2e9ac736
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to