We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2a326 commit 745e959Copy full SHA for 745e959
1 file changed
files.md
@@ -264,7 +264,7 @@ The reason why we need to use `\\` when we really mean `\` is that
264
backslash has a special meaning. There are special characters like
265
`\n`, and `\\` means an actual backslash.
266
267
-[comment]: <> (GitHub's syntax highlighting screws up with backslashes.)
+![comment]: <> (GitHub's syntax highlighting screws up with backslashes.)
268
269
```
270
>>> print('C:\some\name')
0 commit comments