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

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(-)

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



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: merged
Gerrit-Change-Id: Ie3b06b7756299a52f51681dea79c07ff0198b850
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to