forked from falconry/falcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(newsfragments): improve spelling/grammar
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
The default error serializer will now use the response media handlers | ||
to better negotiate the response serialization with the client. | ||
The implementation still default to JSON in case a client does not specify | ||
any preference. | ||
The implementation still defaults to JSON if the client accepts it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Added :attr:`falcon.testing.Result.content_type` and | ||
:attr:`falcon.testing.StreamedResult.content_type` as an utility accessor | ||
:attr:`falcon.testing.StreamedResult.content_type` as a utility accessor | ||
for the ``Content-Type`` header. |