diff options
author | Khuê Đoàn <khuedoan98@gmail.com> | 2020-03-09 10:13:44 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 10:13:44 +0700 |
commit | 5ae5a0627f85abba23cda586483630cefa7cf36c (patch) | |
tree | eb52d5b6265d32ef4002ef1240d168e5ad26c64b /docs/gl_objects | |
parent | 481bd4f70e89b4fffb35a009e5532a2cec89607a (diff) | |
download | gitlab-5ae5a0627f85abba23cda586483630cefa7cf36c.tar.gz |
fix(docs): additional project statistics example
Diffstat (limited to 'docs/gl_objects')
-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 1878757..fa83426 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -785,7 +785,7 @@ Get all additional statistics of a project:: Get total fetches in last 30 days of a project:: - total_fetches = project.additionalstatistics.get()['fetches']['total'] + total_fetches = project.additionalstatistics.get().fetches['total'] Project issues statistics ========================= |