diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-04-10 08:00:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 08:00:51 +0200 |
commit | f03613dd045daf3800fed3d79d8f3f3de0d33519 (patch) | |
tree | e6d3cf4ecd8af29e0d3ef76e159a9fd0bdd47ec9 | |
parent | 34c7a234b5c84b2f40217bea3aadc7f77129cc8d (diff) | |
parent | e5c7246d603b289fc9f5b56dfb4f7eda88bdf205 (diff) | |
download | gitlab-f03613dd045daf3800fed3d79d8f3f3de0d33519.tar.gz |
Merge pull request #249 from guikcd/patch-1
docs: s/correspnding/corresponding/
-rw-r--r-- | docs/api-usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst index 7b7ab78..4f78df1 100644 --- a/docs/api-usage.rst +++ b/docs/api-usage.rst @@ -139,7 +139,7 @@ parameter to get all the items when using listing methods: .. note:: - python-gitlab will iterate over the list by calling the correspnding API + python-gitlab will iterate over the list by calling the corresponding API multiple times. This might take some time if you have a lot of items to retrieve. This might also consume a lot of memory as all the items will be stored in RAM. If you're encountering the python recursion limit exception, |