Skip to content

Commit 8d875f5

Browse files
raskasadlitvakb
authored andcommitted
fix/doc: Replace referenced raw_mode default value from True to False. (contentful#44)
Here I'm assuming the implementation is correct and the docs need to be corrected.
1 parent bcfb801 commit 8d875f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentful/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Client(object):
4141
to send access_token through a header or via GET params,
4242
defaults to True.
4343
:param raw_mode: (optional) Boolean determining wether to process the
44-
response or return it raw after each API call, defaults to True.
44+
response or return it raw after each API call, defaults to False.
4545
:param gzip_encoded: (optional) Boolean determining wether to accept
4646
gzip encoded results, defaults to True.
4747
:param raise_errors: (optional) Boolean determining wether to raise

0 commit comments

Comments
 (0)