diff options
Diffstat (limited to 'Lib/htmlentitydefs.py')
-rw-r--r-- | Lib/htmlentitydefs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/htmlentitydefs.py b/Lib/htmlentitydefs.py index 3edb27e..6682bf2 100644 --- a/Lib/htmlentitydefs.py +++ b/Lib/htmlentitydefs.py @@ -1,3 +1,5 @@ +"""HTML character entity references.""" + entitydefs = { 'AElig': '\306', # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1 'Aacute': '\301', # latin capital letter A with acute, U+00C1 ISOlat1 |