From 1efea59a8d9cdc21d04a83a4433583fcbbafd73c Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 28 Jul 2012 06:09:25 +0200 Subject: [PATCH] Fixed typos. --- httpie/output.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httpie/output.py b/httpie/output.py index 971a13c9..96c6d01d 100644 --- a/httpie/output.py +++ b/httpie/output.py @@ -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.