1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-01 19:08:04 +02:00

Fix grammatical error (#75)

This commit is contained in:
Harmon 2018-03-06 14:54:36 -06:00 committed by Satwik Kansal
parent db35390786
commit 169fa2fb5e

2
README.md vendored
View File

@ -2115,7 +2115,7 @@ AttributeError: 'Yo' object has no attribute '__honey'
True
```
Why did `Yo()._Yo__honey` worked? Only Indian readers would understand.
Why did `Yo()._Yo__honey` work? Only Indian readers would understand.
#### 💡 Explanation: