10000 Minor error in simple_stmts.rst · Issue #121355 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Minor error in simple_stmts.rst #121355

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

Closed
Wondaeng opened this issue Jul 4, 2024 · 1 comment
Closed

Minor error in simple_stmts.rst #121355

Wondaeng opened this issue Jul 4, 2024 · 1 comment
Labels
docs Documentation in the Doc dir

Comments

@Wondaeng
Copy link
Contributor
Wondaeng commented Jul 4, 2024

Documentation

An augmented assignment expression like ``x += 1`` can be rewritten as ``x = x +

In this line, isn't it should be assignment statement, not assignment expression?

Linked PRs

@Wondaeng Wondaeng added the docs Documentation in the Doc dir label Jul 4, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 4, 2024
)

(cherry picked from commit 715ec63)

Co-authored-by: Jongbum Won <71166964+Wondaeng@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 4, 2024
)

(cherry picked from commit 715ec63)

Co-authored-by: Jongbum Won <71166964+Wondaeng@users.noreply.github.com>
JelleZijlstra pushed a commit that referenced this issue Jul 4, 2024
…121363)

(cherry picked from commit 715ec63)

Co-authored-by: Jongbum Won <71166964+Wondaeng@users.noreply.github.com>
JelleZijlstra pushed a commit that referenced this issue Jul 4, 2024
…121362)

(cherry picked from commit 715ec63)

Co-authored-by: Jongbum Won <71166964+Wondaeng@users.noreply.github.com>
@JelleZijlstra
Copy link
Member

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants
0