aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-05-21 19:55:19 +0200
committerOlivier Tilloy <olivier@tilloy.net>2010-05-21 19:55:19 +0200
commit0ca273f88840e64510b0ed2cd2edcff3ccc05aea (patch)
tree7f4f7359b3fc6029f7957bbada43835ac89b6e52 /doc
parentfa36fad62d6f024941979b8f1db3c464b038d342 (diff)
downloadpyexiv2-0ca273f88840e64510b0ed2cd2edcff3ccc05aea.tar.gz
Include the image comment in the API documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.rst b/doc/api.rst
index e373487..de6c918 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -17,7 +17,7 @@ pyexiv2.metadata
.. autoclass:: ImageMetadata
:members: from_buffer, read, write, dimensions, mime_type, exif_keys,
iptc_keys, xmp_keys, __getitem__, __setitem__, __delitem__,
- previews, copy, buffer
+ comment, previews, copy, buffer
pyexiv2.exif
############