diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:12:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | 2e554c195836893306264c799b2e28075a583234 (patch) | |
tree | 9564bca4f1526f8f41d47fe29e7acd8013a84215 /python/django-debug-toolbar | |
parent | d066064263ca0f61eeecf2be28b9388423738e86 (diff) |
python/django-debug-toolbar: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/django-debug-toolbar')
-rw-r--r-- | python/django-debug-toolbar/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/django-debug-toolbar/README b/python/django-debug-toolbar/README index 0e7230f2fd28..fbe924320856 100644 --- a/python/django-debug-toolbar/README +++ b/python/django-debug-toolbar/README @@ -1,3 +1,3 @@ -The Django Debug Toolbar is a configurable set of panels that display various debug -information about the current request/response and when clicked, display more -details about the panel's content. +The Django Debug Toolbar is a configurable set of panels that display +various debug information about the current request/response and when +clicked, display more details about the panel's content. |