Skip to content

Commit

Permalink
fix labels deletion example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Aug 7, 2016
1 parent 922041d commit 71edeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/labels.py
Expand Up @@ -29,7 +29,7 @@
# delete
gl.project_labels.delete(label_id, project_id=1)
# or
project.labels.list(label_id)
project.labels.delete(label_id)
# or
label.delete()
# end delete

0 comments on commit 71edeeb

Please sign in to comment.