We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451c174 commit 0178f3dCopy full SHA for 0178f3d
gitlab/objects.py
@@ -1010,7 +1010,7 @@ class ProjectCommitStatusManager(BaseManager):
1010
class ProjectCommitComment(GitlabObject):
1011
_url = '/projects/%(project_id)s/repository/commits/%(commit_id)s/comments'
1012
canUpdate = False
1013
- cantGet = False
+ canGet = False
1014
canDelete = False
1015
requiredUrlAttrs = ['project_id', 'commit_id']
1016
requiredCreateAttrs = ['note']
0 commit comments