From: W. Trevor King Date: Wed, 12 May 2010 22:11:00 +0000 (-0400) Subject: Fix hooke.utils -> hooke.util typo in doc/hacking.txt X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91ca5239eb071e8b921b2c06fef806cf867c9d7b;p=hooke.git Fix hooke.utils -> hooke.util typo in doc/hacking.txt --- diff --git a/doc/hacking.txt b/doc/hacking.txt index 27967af..b671e05 100644 --- a/doc/hacking.txt +++ b/doc/hacking.txt @@ -127,7 +127,7 @@ Utilities There are a number of general coding features we need for Hooke that are not provided by Python's standard library. We factor those -features out into :mod:`~hooke.utils`. +features out into :mod:`~hooke.util`. There are also a number of features who's standard library support changes with different versions of Python. :mod:`~hooke.compat`