diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-11-22 18:36:15 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-11-22 18:36:15 +0100 |
commit | bb251b8ef780216de03dde67912ad5fffbb30390 (patch) | |
tree | 3076fd50185ef593fa7b9679d2171cd4f3cd59bb | |
parent | c8eaeb2d258055b8fc77cbeef373aee5551c181a (diff) | |
download | gitlab-bb251b8ef780216de03dde67912ad5fffbb30390.tar.gz |
[docs] Fix typo in custom attributes examplefix/628/doc_typo
Closes #628
-rw-r--r-- | docs/gl_objects/users.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/users.rst b/docs/gl_objects/users.rst index 9a0bbf5..d86d2ed 100644 --- a/docs/gl_objects/users.rst +++ b/docs/gl_objects/users.rst @@ -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 |