aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2011-07-23 07:00:54 +0000
committerOlivier Tilloy <olivier@tilloy.net>2011-07-23 07:00:54 +0000
commite012b40f63544ca086a898473f8edcc08aae1338 (patch)
tree5128c23e2f89107a8550d903548a0c399eb733db /doc
parent67080862d85b8ec63dbba376666730ad797b4fb9 (diff)
downloadpyexiv2-e012b40f63544ca086a898473f8edcc08aae1338.tar.gz
Added __str__ and __repr__ to the auto-generated API documentation for the Rational class.
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 a91122b..ad626d9 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -67,7 +67,7 @@ pyexiv2.utils
.. autofunction:: make_fraction
.. autoclass:: Rational
- :members: numerator, denominator, from_string, to_float, __eq__
+ :members: numerator, denominator, from_string, to_float, __eq__, __str__, __repr__
.. autoclass:: GPSCoordinate
:members: degrees, minutes, seconds, direction, from_string, __eq__, __str__