Skip to content

Commit 8f3b656

Browse files
author
Gauvain Pocentek
authored
Merge pull request #374 from benjamb/typos
Fix typos in docs
2 parents c6c0686 + 7c886de commit 8f3b656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/gl_objects/settings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Reference
1717
+ :class:`gitlab.v3.objects.ApplicationSettingsManager`
1818
+ :attr:`gitlab.Gitlab.settings`
1919

20-
* GitLab API: https://docs.gitlab.com/ce/api/commits.html
20+
* GitLab API: https://docs.gitlab.com/ce/api/settings.html
2121

2222
Examples
2323
--------

docs/switching-to-v4.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you use the configuration file, also explicitly define the version:
3636
Changes between v3 and v4 API
3737
=============================
3838

39-
For a list of GtiLab (upstream) API changes, see
39+
For a list of GitLab (upstream) API changes, see
4040
https://docs.gitlab.com/ce/api/v3_to_v4.html.
4141

4242
The ``python-gitlab`` API reflects these changes. But also consider the
@@ -95,7 +95,7 @@ following important changes in the python API:
9595
9696
This will make only one API call, instead of two if ``lazy`` is not used.
9797

98-
* The :class:`~gitlab.Gitlab` folowwing methods should not be used anymore for
98+
* The following :class:`~gitlab.Gitlab` methods should not be used anymore for
9999
v4:
100100

101101
+ ``list()``

0 commit comments

Comments
 (0)