~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to doc.jp/index.html

  • Committer: Leonard Richardson
  • Date: 2023-01-23 16:27:18 UTC
  • Revision ID: leonardr@segfault.org-20230123162718-cwcevxovr1fuvicu
Corrected a typo in several translations of the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1311
1311
#  <a class="sister" href="http://example.com/tillie" id="link3">Tillie</a>;
1312
1312
#  and they lived at the bottom of a well.</p>
1313
1313
 
1314
 
a_string.find_parents("p", class="title")
 
1314
a_string.find_parents("p", class_="title")
1315
1315
# []</pre>
1316
1316
</div>
1317
1317
<p>3つの&lt;a&gt;タグのうちの1つは、検索の起点になる文字列の直接の親要素なので、それが返されました。