Skip to content

Commit

Permalink
Merge pull request #639 from python-gitlab/fix/628/doc_typo
Browse files Browse the repository at this point in the history
[docs] Fix typo in custom attributes example
  • Loading branch information
max-wittig committed Nov 23, 2018
2 parents e6df9a8 + bb251b8 commit 011274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/users.rst
Expand Up @@ -112,7 +112,7 @@ Delete a custom attribute for a user::

Search users by custom attribute::

user.customattributes.set('role': 'QA')
user.customattributes.set('role', 'QA')
gl.users.list(custom_attributes={'role': 'QA'})

User impersonation tokens
Expand Down

0 comments on commit 011274e

Please sign in to comment.