~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to doc.ru/source/bs4ru.rst

  • Committer: Leonard Richardson
  • Date: 2023-01-23 16:24:48 UTC
  • Revision ID: leonardr@segfault.org-20230123162448-lpk24nyeu7gn137p
Corrected typo in Russian translation of the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1565
1565
  #  <a class="sister" href="http://example.com/tillie" id="link3">Tillie</a>;
1566
1566
  #  and they lived at the bottom of a well.</p>
1567
1567
 
1568
 
  a_string.find_parents("p", class="title")
 
1568
  a_string.find_parents("p", class_="title")
1569
1569
  # []
1570
1570
 
1571
1571
Один из трех тегов <a> является прямым родителем искомой строки,