From 8e73edf911ed8990d2552e505cc4af7be831e880 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 22 Oct 2009 08:10:22 +0000 Subject: [PATCH] Fixed whitespace which caused HTML rendering problem in rst2html. --- pep-0391.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0391.txt b/pep-0391.txt index 23e338aad..05c8ccbae 100644 --- a/pep-0391.txt +++ b/pep-0391.txt @@ -568,7 +568,7 @@ Configuration Errors ==================== If an error is encountered during configuration, the system will raise -a ``ValueError``,``TypeError``, ``AttributeError`` or ``ImportError`` +a ``ValueError``, ``TypeError``, ``AttributeError`` or ``ImportError`` with a suitably descriptive message. The following is a (possibly incomplete) list of conditions which will raise an error: