Skip to content

Commit 0721815

Browse files
committed
fix quotes
1 parent 8ab7823 commit 0721815

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bot/resources/tags/if-name-main.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2+
aliases: ["main"]
23
embed:
3-
title: "`if __name__ == "__main__"`"
4+
title: '`if __name__ == "__main__"`'
45
---
56

67
This is a convention for code that should run if the file is the main file of your program:

0 commit comments

Comments
 (0)