Skip to content

Commit 3ab372a

Browse files
authored
Merge pull request #3478 from shenanigansd/patch-1
Fix typo
2 parents 6d1a190 + c488681 commit 3ab372a

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
@@ -14,4 +14,4 @@ if __name__ == "__main__":
1414
```
1515
If the file is run directly, then the `main()` function will be run. If the file is imported, it will not run.
1616

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

0 commit comments

Comments
 (0)