diff --git a/website/docs/api/language.md b/website/docs/api/language.md index a8598815b..232a9020c 100644 --- a/website/docs/api/language.md +++ b/website/docs/api/language.md @@ -120,7 +120,6 @@ Update the models in the pipeline. | `drop` | float | The dropout rate. | | `sgd` | callable | An optimizer. | | `component_cfg` 2.1 | dict | Config parameters for specific pipeline components, keyed by component name. | -| **RETURNS** | dict | Results from the update. | ## Language.begin_training {#begin_training tag="method"}