Commit 638710ee authored by Georg Brandl's avatar Georg Brandl

Fix markup errors.

parent b215e79b
...@@ -454,8 +454,8 @@ are always available. They are listed here in alphabetical order. ...@@ -454,8 +454,8 @@ are always available. They are listed here in alphabetical order.
sign: "+" | "-" sign: "+" | "-"
infinity: "Infinity" | "inf" infinity: "Infinity" | "inf"
nan: "nan" nan: "nan"
numeric-value: `floatnumber` | `infinity` | `nan` numeric_value: `floatnumber` | `infinity` | `nan`
numeric-string: [`sign`] `numeric-value` numeric_string: [`sign`] `numeric_value`
Here ``floatnumber`` is the form of a Python floating-point literal, Here ``floatnumber`` is the form of a Python floating-point literal,
described in :ref:`floating`. Case is not significant, so, for example, described in :ref:`floating`. Case is not significant, so, for example,
......
...@@ -1879,7 +1879,7 @@ Loading and running tests ...@@ -1879,7 +1879,7 @@ Loading and running tests
:ref:`deprecated unittest methods <deprecated-aliases>` are also :ref:`deprecated unittest methods <deprecated-aliases>` are also
special-cased and, when the warning filters are ``'default'`` or ``'always'``, special-cased and, when the warning filters are ``'default'`` or ``'always'``,
they will appear only once per-module, in order to avoid too many warning they will appear only once per-module, in order to avoid too many warning
messages. This behavior can be overridden using the :option`-Wd` or messages. This behavior can be overridden using the :option:`-Wd` or
:option:`-Wa` options and leaving *warnings* to ``None``. :option:`-Wa` options and leaving *warnings* to ``None``.
.. method:: _makeResult() .. method:: _makeResult()
......
...@@ -316,7 +316,7 @@ Structured Parse Results ...@@ -316,7 +316,7 @@ Structured Parse Results
------------------------ ------------------------
The result objects from the :func:`urlparse`, :func:`urlsplit` and The result objects from the :func:`urlparse`, :func:`urlsplit` and
:func:`urldefrag`functions are subclasses of the :class:`tuple` type. :func:`urldefrag` functions are subclasses of the :class:`tuple` type.
These subclasses add the attributes listed in the documentation for These subclasses add the attributes listed in the documentation for
those functions, the encoding and decoding support described in the those functions, the encoding and decoding support described in the
previous section, as well as an additional method: previous section, as well as an additional method:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment