Skip to content

Commit 78c4eec

Browse files
committed
add alt name for upper snake case
1 parent b8f37fa commit 78c4eec

File tree

1 file changed

+1
-1
lines changed
  • modules/30-variables/23-constants/ru

1 file changed

+1
-1
lines changed

modules/30-variables/23-constants/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PI = 3.14159 # ❌ Технически возможно, но так дела
3333

3434
- Все буквы заглавные
3535
- Слова разделяются символом подчёркивания `_`
36-
- Стиль называется UPPER_SNAKE_CASE
36+
- Стиль называется UPPER_SNAKE_CASE (еще его называют SCREAMING_SNAKE_CASE)
3737

3838
```python
3939
PI = 3.14

0 commit comments

Comments
 (0)