Skip to content

Commit e957817

Browse files
author
Gauvain Pocentek
committed
Fix wrong tag example
Fixes python-gitlab#416
1 parent bdb6d63 commit e957817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
# end tags list
230230

231231
# tags get
232-
tags = project.tags.list('1.0')
232+
tag = project.tags.get('1.0')
233233
# end tags get
234234

235235
# tags create

0 commit comments

Comments
 (0)