📝 Fix renamed parameter content_type typo#2135
Conversation
Renamed to `response_class` in release 0.19.0.
Codecov Report
@@ Coverage Diff @@
## master #2135 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 239 239
Lines 7079 7079
=========================================
Hits 7079 7079 Continue to review full report at Codecov.
|
|
📝 Docs preview for commit 1d9f1ad at: https://5f7b7021d6d83e2d86a400a7--fastapi.netlify.app |
content_type typocontent_type typo
|
Awesome! Thank you @TeoZosa ! 🔍 ☕ About the question, it's perfect like this, in different PRs. That way if for example, I didn't want to accept one of them but I wanted the other 3, I could just merge the other 3. But if it was all in a single PR, I wouldn't be able to merge all the things from the other 3, waiting for changes to that little thing I didn't want. Thanks for your contribution! 🍰 🎉 |
Perfect! Thanks for the feedback! |
The
content_typeparameter was renamed toresponse_classin release0.19.0Tangential question to maintainers:
This is the 3rd documentation-related PR I've opened this week. They all fall into different categories, but all have fairly small changes.
Thanks in advance!