diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-23 11:24:48 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-23 11:24:48 -0500 |
commit | e8008c8eb15f87543bc88c44e13fc921bf4b0212 (patch) | |
tree | 34f5abace160df89916b608a6e1a3e2cbfa3bd0c /doc.ru | |
parent | d4189dccc847d87eed573c7ab2948db588aed4c0 (diff) |
Corrected typo in Russian translation of the documentation.
Diffstat (limited to 'doc.ru')
-rw-r--r-- | doc.ru/source/bs4ru.rst | 2 |
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> является прямым родителем искомой строки, |