diff --git a/plugins/aggregators/starlark/README.md b/plugins/aggregators/starlark/README.md index 923c27289..f7364ae22 100644 --- a/plugins/aggregators/starlark/README.md +++ b/plugins/aggregators/starlark/README.md @@ -81,7 +81,7 @@ take any argument. The function will be called to reset the plugin, and doesn't return anything. ```python -def push(): +def reset(): state.clear() ```