Translate correction (#24310)

This commit is contained in:
sergiofnt
2018-11-27 21:39:49 +02:00
committed by Gregory Gubarev
parent 82d79fb02b
commit 63baf8ce20

View File

@ -8,7 +8,7 @@ Python позволяет `str` объектам или _строкам_ выр
* Двойные кавычки: `"Double quote strings can have 'single' quotes inside."` двойными кавычками `"Double quote strings can have 'single' quotes inside."` * Двойные кавычки: `"Double quote strings can have 'single' quotes inside."` двойными кавычками `"Double quote strings can have 'single' quotes inside."`
* Тройной котировки: * Тройные кавычки:
``` ```
"""Triple quoted strings can span multiple lines. """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)