| 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 3099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3110 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0]
``, and | 3110 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0]
``, and |
| 3111 similarly for tuples. | 3111 similarly for tuples. |
| 3112 | 3112 |
| 3113 .. [3] They must have since the parser can't tell the type of the operands. | 3113 .. [3] They must have since the parser can't tell the type of the operands. |
| 3114 | 3114 |
| 3115 .. [4] Cased characters are those with general category property being one of | 3115 .. [4] Cased characters are those with general category property being one of |
| 3116 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas
e). | 3116 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas
e). |
| 3117 | 3117 |
| 3118 .. [5] To format only a tuple you should therefore provide a singleton tuple who
se only | 3118 .. [5] To format only a tuple you should therefore provide a singleton tuple who
se only |
| 3119 element is the tuple to be formatted. | 3119 element is the tuple to be formatted. |
| LEFT | RIGHT |