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

Change augmented assign pattern tip #146

Closed
nbirillo opened this issue Dec 22, 2021 · 0 comments · Fixed by #147
Closed

Change augmented assign pattern tip #146

nbirillo opened this issue Dec 22, 2021 · 0 comments · Fixed by #147
Labels
good first issue Good for newcomers tips Task that connected to the tips messages

Comments

@nbirillo
Copy link
Collaborator

Change augmented assign pattern tip for Python.
Old message:

Found usable augmented assign pattern.

New message:

Found usable augmented assign pattern. You can use shorthand notation if the left and right parts of the expression have the same variable, e.g. x = x + 2 is the same with x += 2.

See discussion in issue#145

@nbirillo nbirillo added good first issue Good for newcomers tips Task that connected to the tips messages labels Dec 22, 2021
@nbirillo nbirillo mentioned this issue Jan 10, 2022
@nbirillo nbirillo linked a pull request Jan 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers tips Task that connected to the tips messages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant