summaryrefslogtreecommitdiff
path: root/doc.ru
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-01-23 11:24:48 -0500
committerLeonard Richardson <leonardr@segfault.org>2023-01-23 11:24:48 -0500
commite8008c8eb15f87543bc88c44e13fc921bf4b0212 (patch)
tree34f5abace160df89916b608a6e1a3e2cbfa3bd0c /doc.ru
parentd4189dccc847d87eed573c7ab2948db588aed4c0 (diff)
Corrected typo in Russian translation of the documentation.
Diffstat (limited to 'doc.ru')
-rw-r--r--doc.ru/source/bs4ru.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.ru/source/bs4ru.rst b/doc.ru/source/bs4ru.rst
index f39a6e8..598b0e2 100644
--- a/doc.ru/source/bs4ru.rst
+++ b/doc.ru/source/bs4ru.rst
@@ -1565,7 +1565,7 @@ Soup API, вы можете использовать сокращенную за
# <a class="sister" href="http://example.com/tillie" id="link3">Tillie</a>;
# and they lived at the bottom of a well.</p>
- a_string.find_parents("p", class="title")
+ a_string.find_parents("p", class_="title")
# []
Один из трех тегов <a> является прямым родителем искомой строки,