summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
authorKhuê Đoàn <khuedoan98@gmail.com>2020-03-09 10:13:44 +0700
committerGitHub <noreply@github.com>2020-03-09 10:13:44 +0700
commit5ae5a0627f85abba23cda586483630cefa7cf36c (patch)
treeeb52d5b6265d32ef4002ef1240d168e5ad26c64b /docs/gl_objects
parent481bd4f70e89b4fffb35a009e5532a2cec89607a (diff)
downloadgitlab-5ae5a0627f85abba23cda586483630cefa7cf36c.tar.gz
fix(docs): additional project statistics example
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/projects.rst2
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
=========================