Skip to content

Fix typos in docs #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gl_objects/settings.rst
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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