forked from extern/httpie-cli
Fixed typos.
This commit is contained in:
parent
098e1d3100
commit
1efea59a8d
@ -32,11 +32,11 @@ def format(msg, prettifier=None, with_headers=True, with_body=True,
|
|||||||
|
|
||||||
Sometimes it contains binary data so we always return `bytes`.
|
Sometimes it contains binary data so we always return `bytes`.
|
||||||
|
|
||||||
If `prettifier` is set or the output is terminal then a binary
|
If `prettifier` is set or the output is a terminal then a binary
|
||||||
body is not included in the output replaced with notice.
|
body is not included in the output and is replaced with notice.
|
||||||
|
|
||||||
Generally, when the `stdout` is redirected, the output match the actual
|
Generally, when the `stdout` is redirected, the output matches the actual
|
||||||
message as match as possible. When we are `--pretty` set (or implied)
|
message as much as possible. When `--pretty` set (or implied),
|
||||||
or when the output is a terminal, then we prefer readability over
|
or when the output is a terminal, then we prefer readability over
|
||||||
precision.
|
precision.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user