Fix incorrect markup.
This commit is contained in:
parent
fd9a462949
commit
90b5a3c37b
|
@ -75,7 +75,7 @@ The exact specification of what characters have the XID_Start or
|
||||||
XID_Continue properties can be found in the DerivedCoreProperties
|
XID_Continue properties can be found in the DerivedCoreProperties
|
||||||
file of the Unicode data in use by Python (4.1 at the time this
|
file of the Unicode data in use by Python (4.1 at the time this
|
||||||
PEP was written), see [6]_. For reference, the construction rules
|
PEP was written), see [6]_. For reference, the construction rules
|
||||||
for these sets are given below. The XID_ properties are derived
|
for these sets are given below. The XID_* properties are derived
|
||||||
from ID_Start/ID_Continue, which are derived themselves.
|
from ID_Start/ID_Continue, which are derived themselves.
|
||||||
|
|
||||||
``ID_Start`` is defined as all characters having one of the general
|
``ID_Start`` is defined as all characters having one of the general
|
||||||
|
|
Loading…
Reference in New Issue