summaryrefslogtreecommitdiff
path: root/Doc/library/faulthandler.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2012-07-31 03:25:28 +0200
committerVictor Stinner <victor.stinner@gmail.com>2012-07-31 03:25:28 +0200
commit90a7c7411b9387f26f88f971550a9f345d168667 (patch)
tree5729e8819a208d99840957f1322d02728b635a0f /Doc/library/faulthandler.rst
parentb1097e6aa71b0eba3281eaeae2c7c5177fedfb3f (diff)
downloadcpython-90a7c7411b9387f26f88f971550a9f345d168667.tar.gz
Update the string limit in the faulthandler documentations
Diffstat (limited to 'Doc/library/faulthandler.rst')
-rw-r--r--Doc/library/faulthandler.rst2
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.