summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-12-11 10:00:10 +0100
committerGitHub <noreply@github.com>2017-12-11 10:00:10 +0100
commit8f3b656d007c95fa2fa99389aaf326a2eb998e16 (patch)
treeaf1da9d2d762b47808521c47f6ebe99534ac212d
parentc6c068629273393eaf4f7063e1e01c5f0528c4ec (diff)
parent7c886dea5e9c42c88be01ef077532202cbad65ea (diff)
downloadgitlab-8f3b656d007c95fa2fa99389aaf326a2eb998e16.tar.gz
Merge pull request #374 from benjamb/typos
Fix typos in docs
-rw-r--r--docs/gl_objects/settings.rst2
-rw-r--r--docs/switching-to-v4.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/gl_objects/settings.rst b/docs/gl_objects/settings.rst
index 5f0e92f..cf3fd4d 100644
--- a/docs/gl_objects/settings.rst
+++ b/docs/gl_objects/settings.rst
@@ -17,7 +17,7 @@ Reference
+ :class:`gitlab.v3.objects.ApplicationSettingsManager`
+ :attr:`gitlab.Gitlab.settings`
-* GitLab API: https://docs.gitlab.com/ce/api/commits.html
+* GitLab API: https://docs.gitlab.com/ce/api/settings.html
Examples
--------
diff --git a/docs/switching-to-v4.rst b/docs/switching-to-v4.rst
index fff9573..217463d 100644
--- a/docs/switching-to-v4.rst
+++ b/docs/switching-to-v4.rst
@@ -36,7 +36,7 @@ If you use the configuration file, also explicitly define the version:
Changes between v3 and v4 API
=============================
-For a list of GtiLab (upstream) API changes, see
+For a list of GitLab (upstream) API changes, see
https://docs.gitlab.com/ce/api/v3_to_v4.html.
The ``python-gitlab`` API reflects these changes. But also consider the
@@ -95,7 +95,7 @@ following important changes in the python API:
This will make only one API call, instead of two if ``lazy`` is not used.
-* The :class:`~gitlab.Gitlab` folowwing methods should not be used anymore for
+* The following :class:`~gitlab.Gitlab` methods should not be used anymore for
v4:
+ ``list()``