docstring typo fixes

svn: r15030
This commit is contained in:
Raphael Ackermann
2010-04-04 18:55:58 +00:00
parent 6ae2f1c81e
commit e371599df4
7 changed files with 13 additions and 13 deletions

View File

@ -99,9 +99,9 @@ class Family(SourceBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase,
This method is used to convert the object into a form that can easily
be saved to a database.
These elements may be primative Python types (string, integers),
These elements may be primitive Python types (string, integers),
complex Python types (lists or tuples, or Python objects. If the
target database cannot handle complex types (such as objectes or
target database cannot handle complex types (such as objects or
lists), the database is responsible for converting the data into
a form that it can use.