Skip to content

Commit 6afbd74

Browse files
BethanyGkotp
andcommitted
Update concepts/basics/about.md
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
1 parent 419f4e4 commit 6afbd74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/basics/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For extended naming conventions and formatting advice, see [PEP 8][pep8].
3535
"Last one, I promise"
3636
```
3737

38-
Constants are usually defined on a [module][module] or `global` level, and although they _can_ be changed, they are _intended_ to be named only once.
38+
Constants are usually defined on a [module][module] or `global` level, and although they _can_ be changed, they are _intended_ to be assigned only once.
3939

4040
Their `SCREAMING_SNAKE_CASE` is a message to other developers that the assignment should not be altered.
4141

0 commit comments

Comments
 (0)