jenkins-bot has submitted this change and it was merged.

Change subject: Fix error in documentation
......................................................................


Fix error in documentation

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

Approvals:
  Ladsgroup: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/textlib_tests.py b/tests/textlib_tests.py
index dc5e557..762f62d 100644
--- a/tests/textlib_tests.py
+++ b/tests/textlib_tests.py
@@ -953,7 +953,7 @@
     net = False
 
     def test_to_local(self):
-        """Test converting Arabic digits to local digits."""
+        """Test converting Latin digits to local digits."""
         self.assertEqual(textlib.to_local_digits(299792458, 'en'), 299792458)
         self.assertEqual(
             textlib.to_local_digits(299792458, 'fa'), u"۲۹۹۷۹۲۴۵۸")

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0efb38fbb12463ae0df15665bd1362ebb9de323
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to