Possessive it's -> its.

This commit is contained in:
Ethan Dalool 2020-03-15 15:12:03 -07:00
parent 8efe85d45f
commit f0ead1ff86

View file

@ -141,7 +141,7 @@ fa0
'hextools' '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 >>> import os