We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 481bd4f + 5ae5a06 commit be5b15eCopy full SHA for be5b15e
1 file changed
docs/gl_objects/projects.rst
@@ -785,7 +785,7 @@ Get all additional statistics of a project::
785
786
Get total fetches in last 30 days of a project::
787
788
- total_fetches = project.additionalstatistics.get()['fetches']['total']
+ total_fetches = project.additionalstatistics.get().fetches['total']
789
790
Project issues statistics
791
=========================
0 commit comments