Skip to content

Commit cb4f652

Browse files
authored
Fix typo in README.md (#8)
Fix typo in README.md
2 parents 423c28e + 19675a1 commit cb4f652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Recognized that the != inequality operator in Python 3.0 was a horrible, finger
158158
>>> hash(float('-inf'))
159159
-314159
160160
```
161-
A hash is a fixed sized integer that identifies a particular value. On a closer look, the hash of infinity is 10^5 x pi. Interestingly, hash(float('-inf')) yields -10^5 x pi in python3, whereeas -271828 i.e - 10^5 x e in python2.
161+
A hash is a fixed sized integer that identifies a particular value. On a closer look, the hash of infinity is 10^5 x pi. Interestingly, hash(float('-inf')) yields -10^5 x pi in python3, whereas -271828 i.e - 10^5 x e in python2.
162162

163163
### 14. types.CodeType - Not for the faint of heart
164164
If you start digging deep into Python's internals you will get a warning in `help` output for `types.CodeType`

0 commit comments

Comments
 (0)