Dereckson has uploaded a new change for review.

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

Change subject: Improve grammar
......................................................................

Improve grammar

Change-Id: I949d28c84bd6f98b7a8191e7132f74f0911d5d85
---
M ez_setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/76/286276/1

diff --git a/ez_setup.py b/ez_setup.py
index b02f3f1..0e45f43 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -41,7 +41,7 @@
     class CalledProcessError(Exception):
         pass
     if not res == 0:
-        msg = "Command '%s' return non-zero exit status %d" % (cmd, res)
+        msg = "Command '%s' returns non-zero exit status %d" % (cmd, res)
         raise CalledProcessError(msg)
 vars(subprocess).setdefault('check_call', _check_call_py24)
 

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

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

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

Reply via email to