passing it to :meth:`convert_entityref`. If a translation is returned, it calls
the method :meth:`handle_data` with the translation; otherwise, it calls the
method ``unknown_entityref(ref)``. The default :attr:`entitydefs` defines
- translations for ``&``, ``&apos``, ``>``, ``<``, and ``"``.
+ translations for ``&``, ``'``, ``>``, ``<``, and ``"``.
.. versionchanged:: 2.5
Use :meth:`convert_entityref` instead of hard-coding the conversion.