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

@@ -132,7 +132,7 @@ class MediaRef(SecondaryObject, PrivacyBase, SourceBase, NoteBase, RefBase,
return self.attribute_list + self.source_list
def set_rectangle(self, coord):
"""Set subection of an image."""
"""Set subsection of an image."""
self.rect = coord
def get_rectangle(self):