diff --git a/docs/README.md b/docs/README.md index 51dff51aec..e07418b7c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -115,7 +115,6 @@ $ port upgrade httpie To install [Chocolatey](https://chocolatey.org/), see [its installation](https://chocolatey.org/install). ```bash -# Install httpie $ choco install httpie ``` diff --git a/httpie/output/writer.py b/httpie/output/writer.py index 4a2949bce2..d3cb775bd9 100644 --- a/httpie/output/writer.py +++ b/httpie/output/writer.py @@ -20,7 +20,7 @@ from ..utils import parse_content_type_header -MESSAGE_SEPARATOR = '\n\n' +MESSAGE_SEPARATOR = '\n' MESSAGE_SEPARATOR_BYTES = MESSAGE_SEPARATOR.encode()