Skip to content

Commit 87470b0

Browse files
committed
Update readme: types
1 parent b2716ea commit 87470b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Pros:
4747
Python 3.6
4848
Python 3.7
4949

50-
.. note:: Python 3.4 and 2.7 is supported in versions < 5.0.0
50+
.. note:: Python 3.4 and 2.7 is supported in versions < 5.0.0, python 3.5 in versions < 6 due to syntax changes.
5151

5252
This package includes helpers:
5353

@@ -85,7 +85,7 @@ Argumented usage with arguments from signature:
8585
blacklisted_exceptions=None, # Exceptions to skip in log
8686
log_call_args=True, # Log call arguments before call
8787
log_call_args_on_exc=True, # Log call arguments if exception happens
88-
log_traceback: bool = True, # Log traceback if exception happens
88+
log_traceback = True, # Log traceback if exception happens
8989
log_result_obj=True, # Log result object
9090
)
9191

0 commit comments

Comments
 (0)