From affc04060f02dfbd00e8747fc104fa67ad45daca Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 30 Oct 2014 07:46:16 +0200 Subject: [PATCH] Converted seealso directives to use 4 space indendation. --- docs/howto/error-reporting.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 77f03d90de..521acf59d3 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -44,9 +44,9 @@ To activate this behavior, put the email addresses of the recipients in the .. seealso:: - Server error emails are sent using the logging framework, so you can - customize this behavior by :doc:`customizing your logging configuration - `. + Server error emails are sent using the logging framework, so you can + customize this behavior by :doc:`customizing your logging configuration + `. 404 errors ~~~~~~~~~~ @@ -105,9 +105,9 @@ and override its methods. .. seealso:: - 404 errors are logged using the logging framework. By default, these log - records are ignored, but you can use them for error reporting by writing a - handler and :doc:`configuring logging ` appropriately. + 404 errors are logged using the logging framework. By default, these log + records are ignored, but you can use them for error reporting by writing a + handler and :doc:`configuring logging ` appropriately. .. _filtering-error-reports: