]> granicus.if.org Git - python/commit
importlib doc: Fix approximated import_module() code (GH-9945)
authororlnub123 <orlnub123@gmail.com>
Wed, 24 Oct 2018 23:32:26 +0000 (02:32 +0300)
committerVictor Stinner <vstinner@redhat.com>
Wed, 24 Oct 2018 23:32:26 +0000 (01:32 +0200)
commit78401f7156034f713170b8e87b51d23ebdc3bdfa
tree55be14593c0cdbfa5fa0ed78f0ff98a4051aa000
parente80e77a484983ffb527ef22d336ff9500589dce3
importlib doc: Fix approximated import_module() code (GH-9945)

The spec gets stored on modules with the __spec__ attribute, not spec.
Doc/library/importlib.rst