1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Fixed typos.

This commit is contained in:
Jakub Roztocil 2012-07-28 06:09:25 +02:00
parent 098e1d3100
commit 1efea59a8d

View File

@ -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`.
If `prettifier` is set or the output is terminal then a binary
body is not included in the output replaced with notice.
If `prettifier` is set or the output is a terminal then a binary
body is not included in the output and is replaced with notice.
Generally, when the `stdout` is redirected, the output match the actual
message as match as possible. When we are `--pretty` set (or implied)
Generally, when the `stdout` is redirected, the output matches the actual
message as much as possible. When `--pretty` set (or implied),
or when the output is a terminal, then we prefer readability over
precision.