Skip to content

Commit a020046

Browse files
authored
Fix typo
1 parent 954b218 commit a020046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ If the file is run directly, then the `main()` function will be run.
1818
If the file is imported, it will not run.
1919

2020
For more about why you would do this and how it works, see
21-
[`if __name__ == "__main__"`](https://pythondiscord.com/pages/guides/pydis-guides/if-name-main/).
21+
[`if __name__ == "__main__"`](https://pythondiscord.com/pages/guides/python-guides/if-name-main/).

0 commit comments

Comments
 (0)