Fix hooke.utils -> hooke.util typo in doc/hacking.txt
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 22:11:00 +0000 (18:11 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 22:11:00 +0000 (18:11 -0400)
doc/hacking.txt

index 27967af0060e44a7d735f1af3123939d95c1e49b..b671e0572bda6fb6a5344172350aad1baa225ac0 100644 (file)
@@ -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`