Skip to content

Commit a9443aa

Browse files
author
Andy Landy
committed
fix readme
1 parent 9863f74 commit a9443aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Using a logger [<a href="https://github.com/andy-landy/traceback_with_variables/
266266

267267
* — Is it slow? I have huge lists and dicts and data objects!
268268

269-
Data size doesn't matter, the objects are printed smartly, so only the result suffix and prefix are generated, e.g.
269+
Data size doesn't matter! Printing is smart, so only the resulting suffix and prefix are generated, e.g.
270270
`list(range(100000000))` becomes just `"[0, 1, 2, ...9998, 99999999]"`
271271

272272
Use `fmt`'s `.max_value_str_len`, and `.rel_ellipsis_pos` (0.0 to 1.0) to tweak the output.

README.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Using a logger [<a href="{{ examples_code_url }}/log_for_function.py">with a dec
266266

267267
* — Is it slow? I have huge lists and dicts and data objects!
268268

269-
Data size doesn't matter, the objects are printed smartly, so only the result suffix and prefix are generated, e.g.
269+
Data size doesn't matter! Printing is smart, so only the resulting suffix and prefix are generated, e.g.
270270
`list(range(100000000))` becomes just `"[0, 1, 2, ...9998, 99999999]"`
271271

272272
Use `fmt`'s `.max_value_str_len`, and `.rel_ellipsis_pos` (0.0 to 1.0) to tweak the output.

0 commit comments

Comments
 (0)