Remove redundant 'the'
Change-Id: I48b0f125a70cda096e17bc4f65da463c176add0f
This commit is contained in:
parent
c54c98a9f0
commit
d7d0470cc4
@ -22,7 +22,7 @@ retrieve the Jenkins server version.
|
||||
version = server.get_version()
|
||||
print('Hello %s from Jenkins %s' % (user['fullName'], version))
|
||||
|
||||
The above code prints the the fullName attribute of the user and the version of
|
||||
The above code prints the fullName attribute of the user and the version of
|
||||
the Jenkins master running on 'localhost:8080'. For example, it may print
|
||||
"Hello John from Jenkins 2.0".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user