diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-07-31 03:25:28 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-07-31 03:25:28 +0200 |
commit | 90a7c7411b9387f26f88f971550a9f345d168667 (patch) | |
tree | 5729e8819a208d99840957f1322d02728b635a0f /Doc/library/faulthandler.rst | |
parent | b1097e6aa71b0eba3281eaeae2c7c5177fedfb3f (diff) | |
download | cpython-90a7c7411b9387f26f88f971550a9f345d168667.tar.gz |
Update the string limit in the faulthandler documentations
Diffstat (limited to 'Doc/library/faulthandler.rst')
-rw-r--r-- | Doc/library/faulthandler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst index c9b954677d..b079b30f59 100644 --- a/Doc/library/faulthandler.rst +++ b/Doc/library/faulthandler.rst @@ -23,7 +23,7 @@ tracebacks: * Only ASCII is supported. The ``backslashreplace`` error handler is used on encoding. -* Each string is limited to 100 characters. +* Each string is limited to 500 characters. * Only the filename, the function name and the line number are displayed. (no source code) * It is limited to 100 frames and 100 threads. |