Commit 08dc437
committed
demo: remove invalid escape sequence from sample string
* examples/with-autowidgetsize/demo.py: same change as in commit
94f0dc9, since the file is essentially
a copy of examples/demo.py. The escape sequence \/ is invalid in normal
strings; use a raw string here, since the goal was to display both
characters.
(cherry picked from commit 18bf586)1 parent 56783f5 commit 08dc437
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
1001 | | - | |
| 1001 | + | |
1002 | 1002 | | |
1003 | 1003 | | |
1004 | 1004 | | |
| |||
0 commit comments