From 0c6199e8ed292d8bc635720987a4093ace0b08b7 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 2 Aug 2004 04:14:10 +0000 Subject: Completed a sentence I left dangling. --- Doc/api/utilities.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 09d2cb3..03c5aef 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -176,7 +176,8 @@ 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()} + \cfunction{PyImport_ReloadModule()} for the intend way to reload a + module. If \var{name} points to a dotted name of the form \code{package.module}, any package structures not already -- cgit v0.12