Skip to content

Commit b32a994

Browse files
author
Nidhal Baccouri
committed
fixed readme
1 parent c9fc8b6 commit b32a994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ BaiduTranslator
685685
- Translate batch of texts
686686

687687
.. code-block:: python
688-
=
688+
689689
texts = ["Hello world", "How are you?"]
690690
translated = BaiduTranslator(appid="your-appid", appkey="your-appkey" source="en", target="zh").translate_batch(texts)
691691
@@ -715,7 +715,7 @@ BaiduTranslator
715715
- Translate batch of texts
716716

717717
.. code-block:: python
718-
=
718+
719719
texts = ["Hello world", "How are you?"]
720720
translated = BaiduTranslator(appid="your-appid", appkey="your-appkey" source="en", target="zh").translate_batch(texts)
721721

0 commit comments

Comments
 (0)