We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889ce68 commit 297bbf0Copy full SHA for 297bbf0
docs/examples.rst
@@ -51,7 +51,7 @@ Pass a tuple of (username, password) to the ``auth`` constructor argument::
51
52
auth_jira = JIRA(auth=('username', 'password'))
53
54
-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,
55
the retrieved session cookie will be used in future requests. Upon cookie expiration, authentication will happen again transparently.
56
57
HTTP BASIC
0 commit comments