diff --git a/simplefractions/__init__.py b/simplefractions/__init__.py index 96505b5..6d4cbb3 100644 --- a/simplefractions/__init__.py +++ b/simplefractions/__init__.py @@ -28,7 +28,7 @@ It follows that given a finite Python float ``f``, there's a unique simplest fraction ``x`` such that ``float(x)`` recovers ``f``. -This module provides two functions: ``simplest_in_subinterval`` finds the +This module provides two functions: ``simplest_in_interval`` finds the simplest fraction in a given interval, while ``simplest_from_float`` finds the simplest fraction that converts to the given float. """