You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/basics/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ For extended naming conventions and formatting advice, see [PEP 8][pep8].
35
35
"Last one, I promise"
36
36
```
37
37
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.
39
39
40
40
Their `SCREAMING_SNAKE_CASE` is a message to other developers that the assignment should not be altered.
0 commit comments