Minor Typo in "Introduction to Python"

On the lesson “How Do Augmented Assignments Work?”

The last example explanation sentence is missing an important negative,

“Writing ++x in Python just applies the unary plus twice, and increment anything:”

Should be corrected to:

“Writing ++x in Python just applies the unary plus twice, and does not increment anything:”

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.