From 48e0b434806f557e086abdf0393d071663e3770a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 22 Feb 2011 22:58:59 -0500 Subject: Fixed comment. --- beautifulsoup/dammit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beautifulsoup/dammit.py b/beautifulsoup/dammit.py index 788f72d..9833bd4 100644 --- a/beautifulsoup/dammit.py +++ b/beautifulsoup/dammit.py @@ -37,7 +37,8 @@ class EntitySubstitution(object): for codepoint, name in codepoint2name.items(): if codepoint == 34: # There's no point in turning the quotation mark into - # "--even in attribute values we quote the + # ", unless it happens in an attribute value, which + # is done elsewhere. continue; character = unichr(codepoint) characters.append(character) -- cgit v1.2.3