From 98b32a208d7842208ed5d66e58fabf233c4f37bb Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Thu, 6 Mar 2014 17:16:24 +0100 Subject: [PATCH] Fix typo. --- doc/source/Manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/Manual.rst b/doc/source/Manual.rst index bf3bdfadca..eb63ce38f4 100644 --- a/doc/source/Manual.rst +++ b/doc/source/Manual.rst @@ -2014,7 +2014,7 @@ define one or more of the following three global names: For an example see ``hook-docutils.py`` in the hooks folder. - Note: We suggest alwasy using the fully qualified name + Note: We suggest always using the fully qualified name ``PyInstaller.hooks.hookutils`` for importing hookutils. This avoids some pitfalls when implementing hooks for sub-modules.