diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-23 11:27:18 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-23 11:27:18 -0500 |
commit | d84821852a32d1314a8fcb5fa4180e3beecea39c (patch) | |
tree | 915b376447d213a6946c856081b63a7291d155f6 /doc.ptbr | |
parent | e8008c8eb15f87543bc88c44e13fc921bf4b0212 (diff) |
Corrected a typo in several translations of the documentation.
Diffstat (limited to 'doc.ptbr')
-rw-r--r-- | doc.ptbr/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.ptbr/source/index.rst b/doc.ptbr/source/index.rst index 2b6a5f9..f5eb849 100644 --- a/doc.ptbr/source/index.rst +++ b/doc.ptbr/source/index.rst @@ -1542,7 +1542,7 @@ Vamos experimentá-los: começando por uma string "enterrada" no documento # <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") # [] Uma das três tags <a> é diretamente um nível superior da string em |