diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-08-24 10:33:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-24 10:33:59 +0200 |
| commit | ff6ca5db6f7773328bac7d11830c89f76b3fe065 (patch) | |
| tree | e1449c52c9588a6ef74e8a9f1a7d516e9564bb8c /docs | |
| parent | 0a687d38c777171befd6fa1d6292cf914dfc47ec (diff) | |
| parent | 6ada4b004ab3a1b25b07809a0c87fec6f9c1fcb4 (diff) | |
| download | gitlab-ff6ca5db6f7773328bac7d11830c89f76b3fe065.tar.gz | |
Merge pull request #572 from btmanm/master
Update projects.rst
Diffstat (limited to 'docs')
| -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 |
