From 9d1bd83f5b0d85d8980bfb944d63587edefebe41 Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Sat, 27 Mar 2010 19:30:29 +0000 Subject: [PATCH] typo in docstring svn: r14949 --- src/SubstKeywords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SubstKeywords.py b/src/SubstKeywords.py index 595df5cd0..1170523f3 100644 --- a/src/SubstKeywords.py +++ b/src/SubstKeywords.py @@ -22,7 +22,7 @@ """ Provide the SubstKeywords class that will replace keywords in a passed -string with informatin about the person. For sample: +string with information about the person. For sample: foo = SubstKeywords(person) print foo.replace('$n was born on $b.')