1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-09 14:47:48 +02:00

Fix grammatical error

This commit is contained in:
Harmon 2018-03-06 04:07:53 -06:00 committed by GitHub
parent db35390786
commit d25ee17928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
README.md vendored
View File

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