[New-bugs-announce] [issue31936] "5. The import system" grammatical error

Daniel U. Thibault report at bugs.python.org
Fri Nov 3 13:19:46 EDT 2017


New submission from Daniel U. Thibault <d.u.thibault at gmail.com>:

https://docs.python.org/3/reference/import.html#importsystem
"Other mechanisms for invoking the import system (such as importlib.import_module()) may choose to subvert __import__() and use its own solution to implement import semantics."
should be
"Other mechanisms for invoking the import system (such as importlib.import_module()) may choose to subvert __import__() and use their own solution to implement import semantics."

----------
assignee: docs at python
components: Documentation
messages: 305489
nosy: Daniel.U..Thibault, docs at python
priority: normal
severity: normal
status: open
title: "5. The import system" grammatical error
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31936>
_______________________________________


More information about the New-bugs-announce mailing list