Skip to content

Commit

Permalink
spelling: vookie->cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvoll committed Dec 7, 2011
1 parent f99a8df commit ec5e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piped/processors/web_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def __init__(self, base_url=None, url=yamlutil.BatonPath('url'), method='GET', h
:param headers: Dict of headers.
:param agent: Client agent string.
:param timeout: Set a max
:param cookies: Dict of vookies
:param cookies: Dict of cookies
:param follow_redirect: Whether to follow redirects.
:param redirect_limit: The maximum number of HTTP redirects that can occur before it is assumed that the redirection is endless
:param after_found_get: Deviate from the HTTP 1.1 RFC by handling redirects the same way as most web browsers; if the request
Expand Down

0 comments on commit ec5e5f6

Please sign in to comment.