diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-02-07 10:38:54 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-02-07 10:38:54 -0500 |
commit | eb2bdf5b3e1209750293c7ffc00bc1fa59aa6fe7 (patch) | |
tree | b8a8fe0fe095c73aa12cebfdd160d94eec9968d2 | |
parent | 7eedde44d45f99340bcf98384dfb11295ffcebdd (diff) |
Corrected a mistake in the Korean, Portuguese and Chinese translations of the documentation.
-rw-r--r-- | doc.ko/index.html | 2 | ||||
-rw-r--r-- | doc.ptbr/source/index.rst | 2 | ||||
-rw-r--r-- | doc.zh/source/index.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc.ko/index.html b/doc.ko/index.html index c474071..2f08f77 100644 --- a/doc.ko/index.html +++ b/doc.ko/index.html @@ -89,7 +89,7 @@ <span class="c"># Lacie</span> <span class="c"># </a></span> <span class="c"># and</span> -<span class="c"># <a class="sister" href="http://example.com/tillie" id="link2"></span> +<span class="c"># <a class="sister" href="http://example.com/tillie" id="link3"></span> <span class="c"># Tillie</span> <span class="c"># </a></span> <span class="c"># ; and they lived at the bottom of a well.</span> diff --git a/doc.ptbr/source/index.rst b/doc.ptbr/source/index.rst index f5eb849..89ae5be 100644 --- a/doc.ptbr/source/index.rst +++ b/doc.ptbr/source/index.rst @@ -90,7 +90,7 @@ de dados aninhada:: # Lacie # </a> # and - # <a class="sister" href="http://example.com/tillie" id="link2"> + # <a class="sister" href="http://example.com/tillie" id="link3"> # Tillie # </a> # ; and they lived at the bottom of a well. diff --git a/doc.zh/source/index.rst b/doc.zh/source/index.rst index 990053f..f716768 100644 --- a/doc.zh/source/index.rst +++ b/doc.zh/source/index.rst @@ -79,7 +79,7 @@ Beautiful Soup 4.4.0 文档 # Lacie # </a> # and - # <a class="sister" href="http://example.com/tillie" id="link2"> + # <a class="sister" href="http://example.com/tillie" id="link3"> # Tillie # </a> # ; and they lived at the bottom of a well. |