diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-26 23:44:17 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-26 23:44:17 -0500 |
commit | da5bf1b3deb9aaa31b02d72ae502a36fc0c081f8 (patch) | |
tree | 25312f57245c9199653e5cc9d554491fc9a7026e /beautifulsoup/dammit.py | |
parent | 9b2e8ff9fa078f41ef1229874b3c3b910a31056b (diff) |
Added docstring.
Diffstat (limited to 'beautifulsoup/dammit.py')
-rw-r--r-- | beautifulsoup/dammit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/beautifulsoup/dammit.py b/beautifulsoup/dammit.py index bff87c6..4483118 100644 --- a/beautifulsoup/dammit.py +++ b/beautifulsoup/dammit.py @@ -31,6 +31,8 @@ except ImportError: class EntitySubstitution(object): + """Substitute XML or HTML entities for the corresponding characters.""" + def _populate_class_variables(): lookup = {} characters = [] |