We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89746 commit 9eff543Copy full SHA for 9eff543
RELEASE_NOTES.rst
@@ -18,7 +18,7 @@ Changes from 1.0.2 to 1.1
18
.. code-block:: python
19
20
for gr_project in group.projects.list():
21
- # lazy object creation doesn't need an Gitlab API request
+ # lazy object creation avoids a Gitlab API request
22
project = gl.projects.get(gr_project.id, lazy=True)
23
project.default_branch = 'develop'
24
project.save()
0 commit comments