File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1350,7 +1350,7 @@ encodings.
1350
1350
+--------------------+---------+---------------------------+
1351
1351
| raw_unicode_escape | | Latin-1 encoding with |
1352
1352
| | | :samp: `\\ u{ XXXX } ` and |
1353
- | | | :samp: `\\ U{ XXXXXXXX } `` |
1353
+ | | | :samp: `\\ U{ XXXXXXXX } ` |
1354
1354
| | | for other code points. |
1355
1355
| | | Existing |
1356
1356
| | | backslashes are not |
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ Standard C. The recognized escape sequences are:
582
582
+-------------------------+---------------------------------+-------+
583
583
| ``\v `` | ASCII Vertical Tab (VT) | |
584
584
+-------------------------+---------------------------------+-------+
585
- | :samp: `\\ { ooo } ` | Character with octal value | (2,4) |
585
+ | :samp: `\\\\ { ooo } ` | Character with octal value | (2,4) |
586
586
| | *ooo * | |
587
587
+-------------------------+---------------------------------+-------+
588
588
| :samp: `\\ x{ hh } ` | Character with hex value *hh * | (3,4) |
Original file line number Diff line number Diff line change @@ -8253,7 +8253,7 @@ Explain how IDLE's Shell displays output.
8253
8253
8254
8254
Improve the doc about IDLE running user code. The section is renamed from
8255
8255
"IDLE -- console differences" is renamed "Running user code". It mostly
8256
- covers the implications of using custom :samp: sys.std{xxx}` objects.
8256
+ covers the implications of using custom :samp: ` sys.std{ xxx } ` objects.
8257
8257
8258
8258
..
8259
8259
You can’t perform that action at this time.
0 commit comments