Translate correction (#24310)
This commit is contained in:
committed by
Gregory Gubarev
parent
82d79fb02b
commit
63baf8ce20
@ -8,7 +8,7 @@ Python позволяет `str` объектам или _строкам_ выр
|
||||
|
||||
* Двойные кавычки: `"Double quote strings can have 'single' quotes inside."` двойными кавычками `"Double quote strings can have 'single' quotes inside."`
|
||||
|
||||
* Тройной котировки:
|
||||
* Тройные кавычки:
|
||||
|
||||
```
|
||||
"""Triple quoted strings can span multiple lines.
|
||||
@ -33,4 +33,4 @@ Python позволяет `str` объектам или _строкам_ выр
|
||||
|
||||
## Справка:
|
||||
|
||||
[Тип текстовой последовательности _str_](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)
|
||||
[Тип текстовой последовательности _str_](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)
|
||||
|
Reference in New Issue
Block a user