Possessive it's -> its.
This commit is contained in:
parent
8efe85d45f
commit
f0ead1ff86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue