We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fc8b6 commit b32a994Copy full SHA for b32a994
docs/README.rst
@@ -685,7 +685,7 @@ BaiduTranslator
685
- Translate batch of texts
686
687
.. code-block:: python
688
-=
+
689
texts = ["Hello world", "How are you?"]
690
translated = BaiduTranslator(appid="your-appid", appkey="your-appkey" source="en", target="zh").translate_batch(texts)
691
@@ -715,7 +715,7 @@ BaiduTranslator
715
716
717
718
719
720
721
0 commit comments