mirror of https://github.com/python/cpython
Grammatical nit.
This commit is contained in:
parent
cf7e830869
commit
0cf785a7a7
|
@ -10,7 +10,7 @@ compatibility. As of Python 1.5b2, it has been renamed to \code{ni1};
|
||||||
if you really need it, you can use \code{import ni1}, but the
|
if you really need it, you can use \code{import ni1}, but the
|
||||||
recommended approach is to rely on the built-in package support,
|
recommended approach is to rely on the built-in package support,
|
||||||
converting existing packages if needed. Note that mixing \code{ni}
|
converting existing packages if needed. Note that mixing \code{ni}
|
||||||
and the built-in package support doesn't work once you import
|
and the built-in package support doesn't work: once you import
|
||||||
\code{ni}, all packages use it.
|
\code{ni}, all packages use it.
|
||||||
|
|
||||||
The \code{ni} module defines a new importing scheme, which supports
|
The \code{ni} module defines a new importing scheme, which supports
|
||||||
|
|
|
@ -10,7 +10,7 @@ compatibility. As of Python 1.5b2, it has been renamed to \code{ni1};
|
||||||
if you really need it, you can use \code{import ni1}, but the
|
if you really need it, you can use \code{import ni1}, but the
|
||||||
recommended approach is to rely on the built-in package support,
|
recommended approach is to rely on the built-in package support,
|
||||||
converting existing packages if needed. Note that mixing \code{ni}
|
converting existing packages if needed. Note that mixing \code{ni}
|
||||||
and the built-in package support doesn't work once you import
|
and the built-in package support doesn't work: once you import
|
||||||
\code{ni}, all packages use it.
|
\code{ni}, all packages use it.
|
||||||
|
|
||||||
The \code{ni} module defines a new importing scheme, which supports
|
The \code{ni} module defines a new importing scheme, which supports
|
||||||
|
|
Loading…
Reference in New Issue