Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contentful/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Client(object):
to send access_token through a header or via GET params,
defaults to True.
:param raw_mode: (optional) Boolean determining wether to process the
response or return it raw after each API call, defaults to True.
response or return it raw after each API call, defaults to False.
:param gzip_encoded: (optional) Boolean determining wether to accept
gzip encoded results, defaults to True.
:param raise_errors: (optional) Boolean determining wether to raise
Expand Down