s/a/an - grammar?
This commit is contained in:
parent
54f84d7b45
commit
ceed525de1
|
@ -783,7 +783,7 @@ Some smaller changes made to the core Python language are:
|
|||
|
||||
(Contributed by Fredrik Johansson and Victor Stinner; :issue:`3439`.)
|
||||
|
||||
* The :keyword:`import` statement will no longer try a absolute import
|
||||
* The :keyword:`import` statement will no longer try an absolute import
|
||||
if a relative import (e.g. ``from .os import sep``) fails. This
|
||||
fixes a bug, but could possibly break certain :keyword:`import`
|
||||
statements that were only working by accident. (Fixed by Meador Inge;
|
||||
|
|
Loading…
Reference in New Issue