From 8ca333dda099fabf856e7e70eb67c213267db17c Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Wed, 11 Apr 2018 18:04:02 -0700 Subject: [PATCH] Use parentheses in describing sessions (#664) It's a little more readable than using em dashes. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 245f8ccb..7b9b3716 100644 --- a/README.rst +++ b/README.rst @@ -1346,7 +1346,7 @@ previous ones to the same host. However, HTTPie also supports persistent sessions via the ``--session=SESSION_NAME_OR_PATH`` option. In a session, -custom headers—except for the ones starting with ``Content-`` or ``If-``—, +custom headers (except for the ones starting with ``Content-`` or ``If-``), authorization, and cookies (manually specified or sent by the server) persist between requests to the same host.