Skip to content

Commit d43ac0c

Browse files
fix typo
1 parent 3b42abf commit d43ac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import requests
22

3-
if __main__ == "__main__":
3+
if __name__ == "__main__":
44
print(f"requests.__version__ == {requests.__version__}")

0 commit comments

Comments
 (0)