diff options
Diffstat (limited to 'doc/api.rst')
-rw-r--r-- | doc/api.rst | 2 |
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__ |