Skip to content

Commit

Permalink
fix/doc: Replace referenced raw_mode default value from True to Fal…
Browse files Browse the repository at this point in the history
…se. (#44)

Here I'm assuming the implementation is correct and the docs need to be
corrected.
  • Loading branch information
raskasa authored and dlitvakb committed Jun 27, 2019
1 parent bcfb801 commit 8d875f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentful/client.py
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

0 comments on commit 8d875f5

Please sign in to comment.