From: Raymond Hettinger Date: Tue, 12 Feb 2008 00:15:32 +0000 (+0000) Subject: Restore fractions.rst to the document tree. X-Git-Tag: v2.6a1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=596fdd0fd3d4461443d79721263266bfe0ec90e7;p=python Restore fractions.rst to the document tree. --- diff --git a/Doc/library/numeric.rst b/Doc/library/numeric.rst index 4c65a43d6f..641f58885c 100644 --- a/Doc/library/numeric.rst +++ b/Doc/library/numeric.rst @@ -21,7 +21,7 @@ The following modules are documented in this chapter: math.rst cmath.rst decimal.rst - rational.rst + fractions.rst random.rst itertools.rst functools.rst