Possessive it's -> its.

master
Ethan Dalool 2020-03-15 15:12:03 -07:00
parent 8efe85d45f
commit f0ead1ff86
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ fa0
'hextools'
```
Aha. So the `__name__` of my Python repl is `'__main__'`, but the `__name__` of an imported module is it's name.
Aha. So the `__name__` of my Python repl is `'__main__'`, but the `__name__` of an imported module is its name.
```
>>> import os