Skip to content

Commit 624bbbb

Browse files
committed
Fix escape character
1 parent ac11513 commit 624bbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Welcome to FOSSMEET, PUNE
2929
Welcome to FOSSMEET, PUNE
3030
Let's Learn Python 3
3131
```
32-
We can *\* to escape any characters.
32+
We can `\` to escape any characters.
3333

3434
## [Use *#* to comment the code](https://www.python.org/dev/peps/pep-0008/#comments)
3535
Anything written after `#` will be ignored.

0 commit comments

Comments
 (0)