From 63baf8ce207109394adf07a732b6ec811f45652c Mon Sep 17 00:00:00 2001 From: sergiofnt <24814972+sergiofnt@users.noreply.github.com> Date: Tue, 27 Nov 2018 21:39:49 +0200 Subject: [PATCH] Translate correction (#24310) --- guide/russian/python/data-structures/strings/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)