XZise has uploaded a new change for review.

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

Change subject: [FIX] Typo in aspects.py doubling the word 'not'
......................................................................

[FIX] Typo in aspects.py doubling the word 'not'

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


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/14/161114/1

diff --git a/tests/aspects.py b/tests/aspects.py
index d6c6f18..08783fc 100644
--- a/tests/aspects.py
+++ b/tests/aspects.py
@@ -557,7 +557,7 @@
             if (hasattr(cls, 'repo') and
                     cls.repo != site['site'].data_repository()):
                 raise Exception(
-                    '%s: sites do not not all have the same data repository'
+                    '%s: sites do not all have the same data repository'
                     % cls.__name__)
 
             cls.repo = site['site'].data_repository()

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

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

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

Reply via email to