diff --git a/guide/russian/python/data-structures/strings/index.md b/guide/russian/python/data-structures/strings/index.md index 3a08a6a3a6..204b63d057 100644 --- a/guide/russian/python/data-structures/strings/index.md +++ b/guide/russian/python/data-structures/strings/index.md @@ -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) \ No newline at end of file +[Тип текстовой последовательности _str_](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)