diff options
Diffstat (limited to 'doc.jp/index.html')
-rw-r--r-- | doc.jp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.jp/index.html b/doc.jp/index.html index 7f5d8e6..158f6d9 100644 --- a/doc.jp/index.html +++ b/doc.jp/index.html @@ -1311,7 +1311,7 @@ a_string.find_parent("p") # <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") # []</pre> </div> <p>3つの<a>タグのうちの1つは、検索の起点になる文字列の直接の親要素なので、それが返されました。 |