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.')