Introspection: improve exception support
- Fixes type hint of exception (do not swap module and name)
- When an exception is included in a module, consider it as incomplete (we don't generate stubs for exceptions yet)
docs: Fix small typo in modules guide
A line from the hidden main function in an example was missing its escape character, so the example rendered as invalid code.