8000 Fix canGet attribute (typo) · tobiadolph/python-gitlab@0178f3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0178f3d

Browse files
author
Gauvain Pocentek
committed
Fix canGet attribute (typo)
1 parent 451c174 commit 0178f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ class ProjectCommitStatusManager(BaseManager):
10101010
class ProjectCommitComment(GitlabObject):
10111011
_url = '/projects/%(project_id)s/repository/commits/%(commit_id)s/comments'
10121012
canUpdate = False
1013-
cantGet = False
1013+
canGet = False
10141014
canDelete = False
10151015
requiredUrlAttrs = ['project_id', 'commit_id']
10161016
requiredCreateAttrs = ['note']

0 commit comments

Comments
 (0)
0