From acf5f063c7224e010b523aa5608fb54515f4476f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 1 Dec 2012 16:52:23 +0100 Subject: [PATCH] Typo --- httpie/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/cli.py b/httpie/cli.py index 2fd6124b..5704fdf1 100644 --- a/httpie/cli.py +++ b/httpie/cli.py @@ -232,7 +232,7 @@ sessions.add_argument( '--session', metavar='SESSION_NAME', help=_(''' Create, or reuse and update a session. - Withing a session, custom headers, auth credential, as well as any + Within a session, custom headers, auth credential, as well as any cookies sent by the server persist between requests. Session files are stored in %s//.json. ''' % DEFAULT_SESSIONS_DIR)