Use parentheses in describing sessions (#664)

It's a little more readable than using em dashes.
This commit is contained in:
Theodore Dubois 2018-04-11 18:04:02 -07:00 committed by Jakub Roztočil
parent 0f4dce98c7
commit 8ca333dda0

View File

@ -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 headersexcept 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.