Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in "User custom attributes" in docs #628

Closed
jmbeuken opened this issue Nov 10, 2018 · 0 comments
Closed

Typo in "User custom attributes" in docs #628

jmbeuken opened this issue Nov 10, 2018 · 0 comments

Comments

@jmbeuken
Copy link

Description of the problem, including code/CLI snippet

in section https://python-gitlab.readthedocs.io/en/master/gl_objects/users.html#id2

replace ":" by "," :

user.customattributes.set('role': 'QA')

by

user.customattributes.set('role', 'QA')

  • python-gitlab version: 1.5.1
  • API version you are using (v3/v4): v4
  • Gitlab server version (or gitlab.com): 11.4.4
gpocentek pushed a commit that referenced this issue Nov 22, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant