Making the description of `InspectLoader.is_package` aligned with the current implementation.
Automerge-Triggered-By: GH:jaraco
(cherry picked from commit
8b9310d90281d4bd3643f4e0767b2d0390f0cb05)
Co-authored-by: Junnosuke Kuroda <Isa-rentacs@users.noreply.github.com>
.. method:: is_package(fullname)
- An abstract method to return a true value if the module is a package, a
+ An optional method to return a true value if the module is a package, a
false value otherwise. :exc:`ImportError` is raised if the
:term:`loader` cannot find the module.