diff options
author | btmanm <btmanm@users.noreply.github.com> | 2018-08-21 07:58:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 07:58:29 +0800 |
commit | 6ada4b004ab3a1b25b07809a0c87fec6f9c1fcb4 (patch) | |
tree | e1449c52c9588a6ef74e8a9f1a7d516e9564bb8c | |
parent | 0a687d38c777171befd6fa1d6292cf914dfc47ec (diff) | |
download | gitlab-6ada4b004ab3a1b25b07809a0c87fec6f9c1fcb4.tar.gz |
Update projects.rst
-rw-r--r-- | docs/gl_objects/projects.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index fdee215..7092fe6 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -292,7 +292,7 @@ Delete a custom attribute for a project:: Search projects by custom attribute:: - project.customattributes.set('type': 'internal') + project.customattributes.set('type', 'internal') gl.projects.list(custom_attributes={'type': 'internal'}) Project files |