diff options
| author | Ben Brown <ben.brown@codethink.co.uk> | 2017-11-13 17:52:16 +0000 |
|---|---|---|
| committer | Ben Brown <ben.brown@codethink.co.uk> | 2017-11-24 09:49:51 +0000 |
| commit | 7c886dea5e9c42c88be01ef077532202cbad65ea (patch) | |
| tree | 622db2c9c0074da4f7f263d749d3d3d260d3ecb0 /docs | |
| parent | be386b81049e84a4b9a0daeb6cbba15ddb4b041e (diff) | |
| download | gitlab-7c886dea5e9c42c88be01ef077532202cbad65ea.tar.gz | |
Fix typos in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/switching-to-v4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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()`` |
