| LEFT | RIGHT |
| 1 .. XXX: reference/datamodel and this have quite a few overlaps! | 1 .. XXX: reference/datamodel and this have quite a few overlaps! |
| 2 | 2 |
| 3 | 3 |
| 4 .. _bltin-types: | 4 .. _bltin-types: |
| 5 | 5 |
| 6 ************** | 6 ************** |
| 7 Built-in Types | 7 Built-in Types |
| 8 ************** | 8 ************** |
| 9 | 9 |
| 10 The following sections describe the standard types that are built into the | 10 The following sections describe the standard types that are built into the |
| (...skipping 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2888 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0]
``, and | 2888 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0]
``, and |
| 2889 similarly for tuples. | 2889 similarly for tuples. |
| 2890 | 2890 |
| 2891 .. [3] They must have since the parser can't tell the type of the operands. | 2891 .. [3] They must have since the parser can't tell the type of the operands. |
| 2892 | 2892 |
| 2893 .. [4] Cased characters are those with general category property being one of | 2893 .. [4] Cased characters are those with general category property being one of |
| 2894 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas
e). | 2894 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas
e). |
| 2895 | 2895 |
| 2896 .. [5] To format only a tuple you should therefore provide a singleton tuple who
se only | 2896 .. [5] To format only a tuple you should therefore provide a singleton tuple who
se only |
| 2897 element is the tuple to be formatted. | 2897 element is the tuple to be formatted. |
| LEFT | RIGHT |