summaryrefslogtreecommitdiffstats
path: root/Doc/api/utilities.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/api/utilities.tex')
-rw-r--r--Doc/api/utilities.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex
index a17f705..318e450 100644
--- a/Doc/api/utilities.tex
+++ b/Doc/api/utilities.tex
@@ -147,7 +147,7 @@ values from C values.
Return the module object corresponding to a module name. The
\var{name} argument may be of the form \code{package.module}).
First check the modules dictionary if there's one there, and if not,
- create a new one and insert in in the modules dictionary.
+ create a new one and insert it in the modules dictionary.
Return \NULL{} with an exception set on failure.
\note{This function does not load or import the module; if the
module wasn't already loaded, you will get an empty module object.