Skip to content

Commit 297bbf0

Browse files
s3bwssbarnea
authored andcommitted
Change then -> the
1 parent 889ce68 commit 297bbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pass a tuple of (username, password) to the ``auth`` constructor argument::
5151

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

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

5757
HTTP BASIC

0 commit comments

Comments
 (0)