mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 11:04:25 +01:00
Fix typo disperancy->discrepancy
This commit is contained in:
parent
722c5b83ba
commit
08471cc6d5
@ -29,7 +29,7 @@ So, here ya go...
|
|||||||
- [Explanation](#explanation-1)
|
- [Explanation](#explanation-1)
|
||||||
- [Time for some hash brownies!](#time-for-some-hash-brownies)
|
- [Time for some hash brownies!](#time-for-some-hash-brownies)
|
||||||
- [Explanation](#explanation-2)
|
- [Explanation](#explanation-2)
|
||||||
- [Evaluation time disperancy](#evaluation-time-disperancy)
|
- [Evaluation time discrepancy](#evaluation-time-discrepancy)
|
||||||
- [💡 Explanation](#-explanation)
|
- [💡 Explanation](#-explanation)
|
||||||
- [Modifying a dictionary while iterating over it](#modifying-a-dictionary-while-iterating-over-it)
|
- [Modifying a dictionary while iterating over it](#modifying-a-dictionary-while-iterating-over-it)
|
||||||
- [Explanation:](#explanation)
|
- [Explanation:](#explanation)
|
||||||
@ -240,7 +240,7 @@ some_dict[5] = "Python"
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Evaluation time disperancy
|
### Evaluation time discrepancy
|
||||||
|
|
||||||
```py
|
```py
|
||||||
array = [1, 8, 15]
|
array = [1, 8, 15]
|
||||||
|
Loading…
Reference in New Issue
Block a user