improve type annotations in 'docutils.utils' (#11526)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
danieleades
2024-03-08 07:52:21 -08:00
committed by GitHub
co-authored by Jelle Zijlstra
parent 407b0c4d70
commit a4b70db88f
2 changed files with 85 additions and 14 deletions
@@ -14,6 +14,3 @@ docutils.parsers.recommonmark_wrapper
docutils.transforms.Transform.__getattr__
docutils.transforms.Transformer.__getattr__
docutils.TransformSpec.unknown_reference_resolvers
docutils.utils.Reporter.__getattr__
# the constructor appears to be mostly internal API, public API users are meant to use docutils.utils.new_reporter instead
docutils.utils.Reporter.__init__