atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Fix download_attachments_from_page documentation #1287

Closed Fusion86 closed 5 months ago

Fusion86 commented 6 months ago

The docs mention a function with the name download_attachments, but this function does not exist. This doc entry was added in #1283 which also adds the function download_attachments_from_page. I assume it's a simple mistake in the docs, so here a PR to update the docs.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1ccaa1b) 34.37% compared to head (68dec77) 34.37%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1287 +/- ## ======================================= Coverage 34.37% 34.37% ======================================= Files 45 45 Lines 8235 8235 Branches 1145 1145 ======================================= Hits 2831 2831 Misses 5290 5290 Partials 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.