halcy / Mastodon.py

Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API.
MIT License
876 stars 150 forks source link

Format docstring for visibility parameter #362

Closed ashwinvis closed 7 months ago

ashwinvis commented 10 months ago

Without this change it is easy to get confused while reading the online docs.

https://mastodonpy.readthedocs.io/en/stable/05_statuses.html#status-post

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (cd86887) 87.51% compared to head (b09c891) 87.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #362 +/- ## ========================================== - Coverage 87.51% 87.27% -0.24% ========================================== Files 34 34 Lines 3380 3380 ========================================== - Hits 2958 2950 -8 - Misses 422 430 +8 ```

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

halcy commented 7 months ago

finally merging this, thanks