Typo: Strucuture / descritpion / arguemnt

Strucuture → Structure
descritpion → description
arguemnt → argument
This commit is contained in:
Guilherme Danno 2015-05-10 15:54:41 -03:00
parent dc809e3be6
commit 9b85f88928

View file

@ -315,12 +315,12 @@ class ImageType(enum.Enum):
class Image(object):
"""Strucuture representing image data and metadata that can be
"""Structure representing image data and metadata that can be
stored and retrieved from tags.
The structure has four properties.
* ``data`` The binary data of the image
* ``desc`` An optional descritpion of the image
* ``desc`` An optional description of the image
* ``type`` An instance of `ImageType` indicating the kind of image
* ``mime_type`` Read-only property that contains the mime type of
the binary data
@ -812,7 +812,7 @@ class MP3ImageStorageStyle(ListStorageStyle, MP3StorageStyle):
The `get_list` method inherited from ``ListStorageStyle`` returns a
list of ``Image``s. Similarly, the `set_list` method accepts a
list of ``Image``s as its ``values`` arguemnt.
list of ``Image``s as its ``values`` argument.
"""
def __init__(self):
super(MP3ImageStorageStyle, self).__init__(key='APIC')