Skip to content

Commit

Permalink
Fix documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
txels committed Nov 2, 2012
1 parent 0ea5d0a commit 55a7cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Sample use:
from autojenkins import Jenkins
j = Jenkins('http://jenkins.pe.local')
#You can now add verify_ssl_cert=False argument to the instantiation
#so that all requests will ignore SSL certificate errros, should you need that
#i.e. j = Jenkins('https://my.secure.jenkins', verify_ssl_cert=False)
# You can add verify_ssl_cert=False argument to the instantiation
# so that all requests will ignore SSL certificate errors, should you need that
# i.e. j = Jenkins('https://my.secure.jenkins', verify_ssl_cert=False)
# trigger a manual build and check results
j.build('warehouse-screens-us544_login')
Expand Down

0 comments on commit 55a7cd7

Please sign in to comment.