bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) · python/cpython@7e4897a (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 7e4897a
(cherry picked from commit 1f5639c)
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -468,7 +468,7 @@ import machinery will create the new module itself. | ||
468 | 468 | |
469 | 469 | .. versionchanged:: 3.6 |
470 | 470 | An :exc:`ImportError` is raised when ``exec_module()`` is defined but |
471 | - ``create_module`` is not. | |
471 | + ``create_module()`` is not. | |
472 | 472 | |
473 | 473 | Submodules |
474 | 474 | ---------- |