Fix return value of Language.update (closes #3692)

This commit is contained in:
Ines Montani 2019-05-11 18:40:19 +02:00
parent 503b8c85f1
commit 7534f7cb44

View File

@ -120,7 +120,6 @@ Update the models in the pipeline.
| `drop` | float | The dropout rate. |
| `sgd` | callable | An optimizer. |
| `component_cfg` <Tag variant="new">2.1</Tag> | dict | Config parameters for specific pipeline components, keyed by component name. |
| **RETURNS** | dict | Results from the update. |
## Language.begin_training {#begin_training tag="method"}