Skip to content

Commit

Permalink
Change then -> the
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bw authored and ssbarnea committed Mar 31, 2020
1 parent 889ce68 commit 297bbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Pass a tuple of (username, password) to the ``auth`` constructor argument::

auth_jira = JIRA(auth=('username', 'password'))

Using this method, authentication happens during then initialization of the object. If the authentication is successful,
Using this method, authentication happens during the initialization of the object. If the authentication is successful,
the retrieved session cookie will be used in future requests. Upon cookie expiration, authentication will happen again transparently.

HTTP BASIC
Expand Down

0 comments on commit 297bbf0

Please sign in to comment.