diff options
Diffstat (limited to 'dw/hyphenator.cc')
-rw-r--r-- | dw/hyphenator.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc index cc92b77f..c2b9755e 100644 --- a/dw/hyphenator.cc +++ b/dw/hyphenator.cc @@ -9,8 +9,9 @@ #define LEN 1000 /* - * This is a direct translation of the Python implementation by Ned - * Batchelder. + * This is (or at least began as) a direct translation of Ned Batchelder's + * public-domain Python implementation at + * http://nedbatchelder.com/code/modules/hyphenate.py */ using namespace lout::object; |