diff options
author | Raymond Hettinger <python@rcn.com> | 2008-02-12 00:15:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-02-12 00:15:32 (GMT) |
commit | 596fdd0fd3d4461443d79721263266bfe0ec90e7 (patch) | |
tree | b59d149d3bd8d72453fa36616f099c045637f209 /Doc | |
parent | bc4ffc17dff3e56a7456c5a7ce1aaec86077cd4b (diff) | |
download | cpython-596fdd0fd3d4461443d79721263266bfe0ec90e7.zip cpython-596fdd0fd3d4461443d79721263266bfe0ec90e7.tar.gz cpython-596fdd0fd3d4461443d79721263266bfe0ec90e7.tar.bz2 |
Restore fractions.rst to the document tree.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/numeric.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/numeric.rst b/Doc/library/numeric.rst index 4c65a43..641f588 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 |