Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
mwclient
Commits
d7d4647e
Unverified
Commit
d7d4647e
authored
4 years ago
by
Martin Michlmayr
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos (#261)
parent
7c097f2a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/development/index.rst
+2
-2
2 additions, 2 deletions
docs/source/development/index.rst
docs/source/user/connecting.rst
+1
-1
1 addition, 1 deletion
docs/source/user/connecting.rst
mwclient/client.py
+1
-1
1 addition, 1 deletion
mwclient/client.py
with
4 additions
and
4 deletions
docs/source/development/index.rst
+
2
−
2
View file @
d7d4647e
...
...
@@ -60,8 +60,8 @@ you can use `Tox <https://tox.testrun.org/>`_. A `tox.ini` file is included.
If you would like to expand the test suite by adding more tests, please go ahead!
Updating/expanding the documenation
-----------------------------------
Updating/expanding the documen
t
ation
-----------------------------------
-
Documentation consists of both a manually compiled user guide
(under ``docs/user``) and a reference guide generated from the docstrings,
...
...
This diff is collapsed.
Click to expand it.
docs/source/user/connecting.rst
+
1
−
1
View file @
d7d4647e
...
...
@@ -134,7 +134,7 @@ based on the :class:`requests.auth.AuthBase`, such as Digest authentication:
SSL client certificate authentication
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If your server requires a SSL client certificate to authenticate, you can
If your server requires a
n
SSL client certificate to authenticate, you can
pass the ``client_certificate`` parameter:
>>> site = Site('awesome.site', client_certificate='/path/to/client-and-key.pem')
...
...
This diff is collapsed.
Click to expand it.
mwclient/client.py
+
1
−
1
View file @
d7d4647e
...
...
@@ -766,7 +766,7 @@ class Site(object):
file
.
close
()
break
else
:
# Some kind or error or warning occured. In any case, we do not
# Some kind or error or warning occur
r
ed. In any case, we do not
# get the parameters we need to continue, so we should return
# the response now.
file
.
close
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment