Skip to content

Commit e8e1e94

Browse files
committed
fix quotes
1 parent f52255f commit e8e1e94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pydis_site/apps/content/resources/guides/python-guides/if-name-main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "`if __name__ == "__main__"`"
3-
description: "What is `if __name__ == "__main__"`, and why would you use it?"
2+
title: '`if __name__ == "__main__"`'
3+
description: 'What is `if __name__ == "__main__"`, and why would you use it?'
44
---
55

66
You might see this structure in a Python file:

0 commit comments

Comments
 (0)