mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
added a few more __all__ lists
fixed typo in ihooks docstring
This commit is contained in:
parent
26e94a8822
commit
2dd4276559
9 changed files with 26 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
"""HTML character entity references."""
|
||||
|
||||
__all__ = ["entitydefs"]
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue