build_job: fix grammar in comment

Drop the "s" from the infinitive "to extend".

Change-Id: Iaf8449e61c8af9eef3eb90ec0ed3572e51f77a2d
This commit is contained in:
Ken Dreyer 2017-08-31 17:06:39 -06:00 committed by Sorin Sbarnea
parent 87283efaf0
commit b5937bfd3e

View File

@ -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: