projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19a9bb
)
Fix hooke.utils -> hooke.util typo in doc/hacking.txt
author
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 22:11:00 +0000
(18:11 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 22:11:00 +0000
(18:11 -0400)
doc/hacking.txt
patch
|
blob
|
history
diff --git
a/doc/hacking.txt
b/doc/hacking.txt
index 27967af0060e44a7d735f1af3123939d95c1e49b..b671e0572bda6fb6a5344172350aad1baa225ac0 100644
(file)
--- 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.util
s
`.
+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`