diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-09 22:37:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-09 22:37:52 (GMT) |
commit | 0cf785a7a720f5d45118d6f0591abcdb973cb7aa (patch) | |
tree | 1800d225da4cb9be15883dc1fa74c229a160c927 /Doc/lib/libni.tex | |
parent | cf7e830869d02f90ad1ca62326d0ee92dfce3fdb (diff) | |
download | cpython-0cf785a7a720f5d45118d6f0591abcdb973cb7aa.zip cpython-0cf785a7a720f5d45118d6f0591abcdb973cb7aa.tar.gz cpython-0cf785a7a720f5d45118d6f0591abcdb973cb7aa.tar.bz2 |
Grammatical nit.
Diffstat (limited to 'Doc/lib/libni.tex')
-rw-r--r-- | Doc/lib/libni.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libni.tex b/Doc/lib/libni.tex index faa1b8b..4be0d36 100644 --- a/Doc/lib/libni.tex +++ b/Doc/lib/libni.tex @@ -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 recommended approach is to rely on the built-in package support, 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. The \code{ni} module defines a new importing scheme, which supports |