8000 improve comment in release notes · python-gitlab/python-gitlab@9eff543 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9eff543

Browse files
author
Gauvain Pocentek
committed
improve comment in release notes
1 parent fa89746 commit 9eff543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Changes from 1.0.2 to 1.1
1818
.. code-block:: python
1919
2020
for gr_project in group.projects.list():
21-
# lazy object creation doesn't need an Gitlab API request
21+
# lazy object creation avoids a Gitlab API request
2222
project = gl.projects.get(gr_project.id, lazy=True)
2323
project.default_branch = 'develop'
2424
project.save()

0 commit comments

Comments
 (0)
0