We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3902456 commit a1cb82cCopy full SHA for a1cb82c
1 file changed
simplefractions/__init__.py
@@ -28,7 +28,7 @@
28
It follows that given a finite Python float ``f``, there's a unique simplest
29
fraction ``x`` such that ``float(x)`` recovers ``f``.
30
31
-This module provides two functions: ``simplest_in_subinterval`` finds the
+This module provides two functions: ``simplest_in_interval`` finds the
32
simplest fraction in a given interval, while ``simplest_from_float`` finds
33
the simplest fraction that converts to the given float.
34
"""
0 commit comments