Skip to content

Commit

Permalink
Merge pull request #374 from benjamb/typos
Browse files Browse the repository at this point in the history
Fix typos in docs
  • Loading branch information
Gauvain Pocentek committed Dec 11, 2017
2 parents c6c0686 + 7c886de commit 8f3b656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/gl_objects/settings.rst
Expand Up @@ -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
--------
Expand Down
4 changes: 2 additions & 2 deletions docs/switching-to-v4.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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()``
Expand Down

0 comments on commit 8f3b656

Please sign in to comment.