- Notifications
You must be signed in to change notification settings - Fork1.5k
bug(typo): change .value to .values in dictionary method call#68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Changed `value` to `values` to solve the error `AttributeError: 'dict' object has no attribute 'value'`
vercelbot commentedSep 29, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
Thank you@LUS24 ! Did you check if this typo is also on any of the lectures or other projects? 🤔 |
I haven't yet. |
Here I found two more ocurrences: I'll add them to the PR |
Added another PR to fix the other typo:#75 |
Changed
value
tovalues
to solve the errorAttributeError: 'dict' object has no attribute 'value'