typo in docstring

svn: r14949
This commit is contained in:
Raphael Ackermann 2010-03-27 19:30:29 +00:00
parent d50cfb29f1
commit 9d1bd83f5b

View File

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