Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 10.3 / Fix variable name for comparison object in cheaper() example. #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rkrieger
Copy link

@rkrieger rkrieger commented Dec 2, 2023

This renames the variable name for the comparison object and adds type hinting for the Person.cheaper() method in part 10.3.

Currently, the material uses a variable 'Person' as the comparison object for cheaper(), which is confusing.

Briefly discussed on course Discord.

This renames the variable name for the comparison object and adds type hinting for the Person.cheaper() method in part 10.3.

Currently, the material uses a variable 'Person' as the comparison object for cheaper(), which is confusing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant