From b5937bfd3ec6fc44200f709e307e1405ce745f44 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 31 Aug 2017 17:06:39 -0600 Subject: [PATCH] build_job: fix grammar in comment Drop the "s" from the infinitive "to extend". Change-Id: Iaf8449e61c8af9eef3eb90ec0ed3572e51f77a2d --- jenkins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/__init__.py b/jenkins/__init__.py index 8b55ff1..b6d6c51 100755 --- a/jenkins/__init__.py +++ b/jenkins/__init__.py @@ -471,7 +471,7 @@ class Jenkins(object): def jenkins_open(self, req, add_crumb=True, resolve_auth=True): '''Utility routine for opening an HTTP request to a Jenkins server. - This should only be used to extends the :class:`Jenkins` API. + This should only be used to extend the :class:`Jenkins` API. ''' try: if resolve_auth: