Python: Also update Python 2 file

This commit is contained in:
Taus Brock-Nannestad
2022-02-08 22:08:53 +01:00
parent 6ea8986daa
commit 54ae744b2c

View File

@@ -9,7 +9,7 @@
| 66 | \nSingle quotes string | ''' |
| 69 | \nDouble-quotes\nstring | """ |
| 73 | \nBytes\n | r''' |
| 77 | \nRaw\nUnicode\n | U""" |
| 77 | \nRaw\nUnicode\n | u""" |
| 101 | | " |
| 101 | Hello | " |
| 101 | world | " |
| 101 | world | " |