From fd7dc5169c3ca7d64109512f38762c4ce9e96c5f Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 2 Aug 2004 04:30:37 +0000 Subject: Typo repair. --- Doc/api/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 03c5aef..ef9e34f 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -176,7 +176,7 @@ values from C values. damaged with respect to the module author's intents) state. This function will reload the module if it was already imported. See - \cfunction{PyImport_ReloadModule()} for the intend way to reload a + \cfunction{PyImport_ReloadModule()} for the intended way to reload a module. If \var{name} points to a dotted name of the -- cgit v0.12