Skip to content

Commit 6019e28

Browse files
Remove alpha label from context parameter in Translator documentation
1 parent bd2ba66 commit 6019e28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deepl/translator.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,9 @@ def translate_text(
359359
:param target_lang: language code to translate text into, for example
360360
"DE", "EN-US", "FR".
361361
:param context: (Optional) Additional contextual text to influence
362-
translations, that is not translated itself. Note: this is an alpha
363-
feature: it may be deprecated at any time, or incur charges if it
364-
becomes generally available. See the API documentation for more
365-
information and example usage.
362+
translations, that is not translated itself. Characters in the
363+
`context` parameter are not counted toward billing. See the API
364+
documentation for more information and example usage.
366365
:param split_sentences: (Optional) Controls how the translation engine
367366
should split input into sentences before translation, see
368367
:class:`SplitSentences`.

0 commit comments

Comments
 (0)