diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 19:06:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 19:06:18 (GMT) |
commit | 46402378ca894bc9ffabb05fc2c59e2d124b41e9 (patch) | |
tree | 3cadd535e95846718d2f718f2963d0500396a269 /Doc/library/functions.rst | |
parent | bccb8be2622b3b167e13e480466f219e89079766 (diff) | |
download | cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.zip cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.tar.gz cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.tar.bz2 |
Fix markup errors.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1303f1c..3db6cdf 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -454,8 +454,8 @@ are always available. They are listed here in alphabetical order. sign: "+" | "-" infinity: "Infinity" | "inf" nan: "nan" - numeric-value: `floatnumber` | `infinity` | `nan` - numeric-string: [`sign`] `numeric-value` + numeric_value: `floatnumber` | `infinity` | `nan` + numeric_string: [`sign`] `numeric_value` Here ``floatnumber`` is the form of a Python floating-point literal, described in :ref:`floating`. Case is not significant, so, for example, |