Skip to content

Commit

Permalink
Fix typo (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk authored and waldyrious committed Feb 28, 2018
1 parent 2a846cc commit e6b61b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user/connecting.rst
Expand Up @@ -121,7 +121,7 @@ based on the :class:`requests.auth.AuthBase`, such as Digest authentication:
SSL client certificate authentication
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If your server requires a SSL client certifiate to authenticate, you can
If your server requires a SSL client certificate to authenticate, you can
pass the ``client_certificate`` parameter:

>>> site = mwclient.Site('awesome.site', client_certificate='/path/to/client-and-key.pem')
Expand Down

0 comments on commit e6b61b4

Please sign in to comment.